Skip to content
Snippets Groups Projects
Commit 03ccb3ad authored by David Dorchies's avatar David Dorchies
Browse files

fix: failed e2e test on Villemonte warning in PAB

Since the threshold for the warning is at 0.9 (formerly 0.7), it doesn't raise in the case anymore

Refs #629
parent c33755ee
No related branches found
No related tags found
No related merge requests found
Pipeline #144377 failed
......@@ -289,7 +289,7 @@ describe("ngHyd − Passe à Bassins", () => {
await changeSelectValue(pve, 3);
await browser.pause(300);
// check absence of logs
expect(await calcPage.nbLogEntries()).toBe(2);
expect(await calcPage.nbLogEntries()).toBe(1);
});
});
});
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