Skip to content
Snippets Groups Projects
Commit 77b17002 authored by François Grand's avatar François Grand
Browse files

fix(e2e): wrong structure selected after adding rectangular weir/orifice

refs #511
parent c0458164
No related branches found
No related tags found
1 merge request!174Resolve "Ouvrages: modifier les types d'ouvrages"
Pipeline #139893 passed
......@@ -117,7 +117,7 @@ describe("ngHyd - check that created/cloned structures have empty fields - ", ()
// change 2nd structure type to rectangular gate
const selects = await element.all(by.css("mat-select#select_structure"));
const structSelect2 = selects[1];
await calcPage.changeSelectValue(structSelect2, 4);
await calcPage.changeSelectValue(structSelect2, 5);
await browser.sleep(200);
// check empty fields
......
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