Skip to content
Snippets Groups Projects
Commit 7c111c37 authored by François Grand's avatar François Grand Committed by AUBRY JEAN-PASCAL
Browse files

refactor(e2e): use OpenCalculator() where possible

refs #609
parent 0e5db8fd
No related branches found
No related tags found
2 merge requests!252release: version 4.18.0,!213Resolve "Ajout du module courbe de remous d'une passe à macro-rugosité"
Pipeline #149924 failed
......@@ -31,9 +31,9 @@ describe("Parallel structures - ", () => {
await browser.pause(200);
});
it("check calculated parameter remains the same when copying a structure", async () => {
// open "fish ladder: cross walls" calculator
await openCalculator(10, navBar, listPage);
it("check calculated parameter remains the same when copying a structure", async () => {
// open "fish ladder: cross walls" calculator
await openCalculator(10, navBar, listPage);
// check L in first structure calc toggle is not checked
const L1 = await calcPage.getInputById("0_L");
......
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