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

Update e2e

parent 5cec1a9c
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,6 @@ describe("ngHyd − load malformed session files − ", () => {
});
it("when loading session-bad-syntax.json, displayed error should be relevant", async () => {
await startPage.navigateTo();
await navbar.clickMenuButton();
await browser.sleep(200);
......@@ -49,8 +47,6 @@ describe("ngHyd − load malformed session files − ", () => {
});
it("when loading session-missing-info.json, displayed error should be relevant", async () => {
await startPage.navigateTo();
await navbar.clickMenuButton();
await browser.sleep(200);
......@@ -63,8 +59,6 @@ describe("ngHyd − load malformed session files − ", () => {
});
it("when loading session-empty-modules-list.json, displayed error should be relevant", async () => {
await startPage.navigateTo();
await navbar.clickMenuButton();
await browser.sleep(200);
......@@ -77,8 +71,6 @@ describe("ngHyd − load malformed session files − ", () => {
});
it("when loading session-format-too-old.json, displayed error should be relevant", async () => {
await startPage.navigateTo();
await navbar.clickMenuButton();
await browser.sleep(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