Skip to content
Snippets Groups Projects
Commit 7d1a945b authored by mathias.chouet's avatar mathias.chouet
Browse files

MàJ test e2e

parent d988b392
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ describe("ngHyd − load session with multiple linked parameters − ", () => {
const lo_l = calcPage.getSelectById("1_linked_L");
const lo_lv = await calcPage.getSelectValueText(lo_l);
expect(lo_lv).toContain("Largeur du déversoir (Ouvrages)");
expect(lo_lv).toContain("Largeur au miroir (Sec. param.)");
const lo_w = calcPage.getSelectById("2_linked_W");
const lo_wv = await calcPage.getSelectValueText(lo_w);
......
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