Skip to content
Snippets Groups Projects
Commit d189eeeb authored by David Dorchies's avatar David Dorchies :zany_face:
Browse files

Merge branch '678-e2e-tests-are-failing-for-one-month' into 'devel'

Resolve "E2E tests are failing for one month"

Closes #678

See merge request !270
parents 8bb4bc79 69b1b94d
No related branches found
No related tags found
2 merge requests!275Release v4.19.0,!270Resolve "E2E tests are failing for one month"
Pipeline #242277 passed
......@@ -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);
......
374-solveur-les-select-d-une-session-chargee-ne-s-initialise-pas
369-solveur-absence-de-message-d-erreur-a-la-non-convergence
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment