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

test(e2e): backwater curvesi test: raise delays to prevent CI failures

refs master
parent 20772dc3
No related branches found
Tags 4.16.3
No related merge requests found
Pipeline #140414 passed
......@@ -77,15 +77,15 @@ describe("ngHyd − remous", () => {
it("Check that calculation with dx >= reach length fails", async () => {
// load backwater curve session file with Dx>=Long
await navBar.clickMenuButton();
await browser.sleep(200);
await browser.sleep(500);
await sidenav.clickLoadSessionButton();
await browser.sleep(200);
await sidenav.loadSessionFile("./session/session-remous-dx-bief.json");
await browser.sleep(500);
await sidenav.loadSessionFile("./session/session-remous-dx-bief.json");
await browser.sleep(1000);
// Calculate, the calculation should fail
await calcPage.getCalculateButton().click();
await browser.sleep(500);
await browser.sleep(1000);
// check error message in log
expect(await calcPage.nbLogEntries()).toBe(1);
......
  • David Dorchies @david.dorchies

    mentioned in issue #592 (closed)

    By Grand Francois on 2023-01-23T10:36:31 (imported from GitLab)

    ·

    mentioned in issue #592 (closed)

    By Grand Francois on 2023-01-23T10:36:31 (imported from GitLab)

    Toggle commit list
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