Skip to content
Snippets Groups Projects

Resolve "E2E tests are failing for one month"

Merged AUBRY JEAN-PASCAL requested to merge 678-e2e-tests-are-failing-for-one-month into devel
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -123,6 +123,7 @@ describe("ngHyd - check that created/cloned structures have empty fields - ", ()
// copy structure
const addStruct = await calcPage.getCopyStructureButton();
await addStruct.waitForClickable({ timeout: 5000 });
await addStruct.click();
await browser.pause(200);
@@ -161,6 +162,7 @@ describe("ngHyd - check that created/cloned structures have empty fields - ", ()
// copy structure
const addStruct = await calcPage.getAddStructureButton();
await addStruct.waitForClickable({ timeout: 5000 });
await addStruct.click();
await browser.pause(200);
Loading