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

fix(e2e): PAB test typo

refs #614
parent 4b5f7846
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ describe("ngHyd − Passe à Bassins", () => {
const c_Z1 = calcPage.getInputById("Z1");
await c_Z1.clear();
await c_Z1.sendKeys("78.27");
const c_Z2 = calcPage.getInputById("Z1");
const c_Z2 = calcPage.getInputById("Z2");
await c_Z2.clear();
await c_Z2.sendKeys("74.86");
......
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