Commit 2c928669 authored by Grand Francois's avatar Grand Francois
Browse files

fix(e2e): merge conflicts/failing tests

refs #620
Showing with 2 additions and 2 deletions
+2 -2
...@@ -5,7 +5,7 @@ import { browser, $, $$, expect } from '@wdio/globals' ...@@ -5,7 +5,7 @@ import { browser, $, $$, expect } from '@wdio/globals'
import { isElementDisplayed, openCalculator } from "./util.po"; import { isElementDisplayed, openCalculator } from "./util.po";
import { CalculatorPage } from "./calculator.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 - ", () => { xdescribe("MacroRugoRemous - ", () => {
let prefPage: PreferencesPage; let prefPage: PreferencesPage;
let listPage: ListPage; let listPage: ListPage;
......
...@@ -65,7 +65,7 @@ describe("ngHyd - check the cross walls calculator has empty fields - ", () => { ...@@ -65,7 +65,7 @@ describe("ngHyd - check the cross walls calculator has empty fields - ", () => {
// click "generate PAB" button // click "generate PAB" button
const genButton = await calcPage.getGeneratePabButton(); const genButton = await calcPage.getGeneratePabButton();
await genButton.click(); await genButton.click();
await browser.pause(1000); await browser.pause(2000);
await calcPage.checkEmptyOrFilledFields(["generatePabNbBassins"], [true]); await calcPage.checkEmptyOrFilledFields(["generatePabNbBassins"], [true]);
}); });
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment