From d33cb071e1991991386a25b4f9411101d34140b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grand?= <francois.grand@inrae.fr> Date: Mon, 17 Apr 2023 15:32:01 +0200 Subject: [PATCH] fix(e2e): PAB test typo refs #614 --- e2e/pab.e2e-spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/pab.e2e-spec.ts b/e2e/pab.e2e-spec.ts index 4b79466f..a46cf791 100644 --- a/e2e/pab.e2e-spec.ts +++ b/e2e/pab.e2e-spec.ts @@ -62,7 +62,7 @@ describe("ngHyd − Passe à Bassins", () => { await listPage.clickMenuEntryForCalcType(12); const c_Z1 = await calcPage.getInputById("Z1"); await c_Z1.setValue("78.27"); - const c_Z2 = await calcPage.getInputById("Z1"); + const c_Z2 = await calcPage.getInputById("Z2"); await c_Z2.setValue("74.86"); // PAB - nombre -- GitLab