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

fix(e2e): merge conflicts/failing tests

refs #620
parent e9147c67
No related branches found
No related tags found
2 merge requests!225Release v4.17.0,!223Resolve "PreBarrage: Changement intempestif des paramètres d'ouvrage au changement d'équation"
Pipeline #140406 passed
......@@ -5,7 +5,7 @@ import { browser, $, $$, expect } from '@wdio/globals'
import { isElementDisplayed, openCalculator } from "./util.po";
import { CalculatorPage } from "./calculator.po";
//TODO à réactiver après fusion de #618 dans devel
//TODO à réactiver après fusion de nghyd#609 jalhyd#325 dans devel
xdescribe("MacroRugoRemous - ", () => {
let prefPage: PreferencesPage;
let listPage: ListPage;
......
......@@ -65,7 +65,7 @@ describe("ngHyd - check the cross walls calculator has empty fields - ", () => {
// click "generate PAB" button
const genButton = await calcPage.getGeneratePabButton();
await genButton.click();
await browser.pause(1000);
await browser.pause(2000);
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