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

fix(e2e): failing test, probably due to insufficent timing

refs #621
parent 2027509e
No related branches found
No related tags found
1 merge request!224Resolve "Utiliser des identifiants symboliques plutôt que numériques dans les fichiers"
......@@ -60,12 +60,12 @@ describe("ngHyd - check the cross walls calculator has empty fields - ", () => {
// calculate
const calcButton = await calcPage.getCalculateButton();
await calcButton.click();
await browser.pause(200);
await browser.pause(1000);
// click "generate PAB" button
const genButton = await calcPage.getGeneratePabButton();
await genButton.click();
await browser.pause(2000);
await browser.pause(3000);
await calcPage.checkEmptyOrFilledFields(["generatePabNbBassins"], [true]);
});
......
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