Commit f5bf2c48 authored by Grand Francois's avatar Grand Francois
Browse files

refactor(e2e): use OpenCalculator() where possible

refs #609
No related merge requests found
Pipeline #47620 passed with stages
in 25 minutes and 50 seconds
Showing with 3 additions and 3 deletions
+3 -3
...@@ -31,9 +31,9 @@ describe("Parallel structures - ", () => { ...@@ -31,9 +31,9 @@ describe("Parallel structures - ", () => {
await browser.pause(200); await browser.pause(200);
}); });
it("check calculated parameter remains the same when copying a structure", async () => { it("check calculated parameter remains the same when copying a structure", async () => {
// open "fish ladder: cross walls" calculator // open "fish ladder: cross walls" calculator
await openCalculator(10, navBar, listPage); await openCalculator(10, navBar, listPage);
// check L in first structure calc toggle is not checked // check L in first structure calc toggle is not checked
const L1 = await calcPage.getInputById("0_L"); const L1 = await calcPage.getInputById("0_L");
......
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