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

refactor(e2e): reactive submergence error test

refs #620
parent 691f4e3c
No related branches found
No related tags found
No related merge requests found
Pipeline #140404 passed
......@@ -64,8 +64,7 @@ describe("Parallel structures - ", () => {
expect(await calcPage.inputIsInFixedMode(L2)).toBe(true);
});
//TODO à réactiver après fusion de #618 dans devel
xit("check submergence error", async () => {
it("check submergence error", async () => {
await startPage.navigateTo();
await browser.pause(200);
......
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