Skip to content
Snippets Groups Projects
Commit 8c52cadb authored by David Dorchies's avatar David Dorchies :zany_face:
Browse files

fix(e2e): Failed test

See #647 (comment 222051)

Refs #647
parent cc0b19de
No related branches found
No related tags found
1 merge request!252release: version 4.18.0
Pipeline #162714 passed
......@@ -373,6 +373,7 @@ describe("Solveur - nghyd#601 without empty fields option", () => {
});
it(" with empty fields option, check selecting a target module does not fill inputs", async () => {
await newSession(navBar, sideNav);
// enable evil option "empty fields on module creation"
await prefPage.setEmptyFields(true);
await browser.pause(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