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

MàJ test e2e

parent b7082144
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,10 @@ describe("ngHyd − create calculators and navigate among them", () => {
await listPage.navigateTo();
// open 8 calculators
for (let i = 0; i < 6; i++) {
await navbar.clickNewCalculatorButton();
await browser.sleep(200);
if (i > 0) {
await navbar.clickNewCalculatorButton();
await browser.sleep(200);
}
await listPage.clickRandomCalculatorMenuEntry();
}
// navigate among them
......
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