diff --git a/tests/e2e/redoc.e2e.js b/tests/e2e/redoc.e2e.js index c0fb08df..3d568282 100644 --- a/tests/e2e/redoc.e2e.js +++ b/tests/e2e/redoc.e2e.js @@ -88,6 +88,7 @@ describe('Language tabs sync', () => { var EC = protractor.ExpectedConditions; browser.wait(EC.elementToBeClickable($item), 5000); $item.click().then(() => { + browser.sleep(500); expect($('[operation-id="updatePet"] li.active').getText()).toContain('PHP'); }); });