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

fix(e2e): PAB test fails due to jalhyd submergence error fixes

refs #614
parent c35640a8
No related branches found
No related tags found
No related merge requests found
Pipeline #140328 passed
......@@ -187,7 +187,7 @@ describe("ngHyd − Passe à Bassins", () => {
const genButton = calcPage.getGeneratePabButton();
await genButton.click();
const debit = calcPage.getInputById("generatePabDebit");
expect(await debit.getAttribute("value")).toBe("0.564");
expect(await debit.getAttribute("value")).toBe("1.128");
await debit.clear();
await browser.sleep(300);
// send "1.6" in 3 movements, because "." triggers an error and Angular can't cope with the subsequent keys
......
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