From 3dba02f39990eb7b15ba04a8f0c5e6684e4de5fa Mon Sep 17 00:00:00 2001 From: "mathias.chouet" <mathias.chouet@irstea.fr> Date: Tue, 4 Jun 2019 14:11:27 +0200 Subject: [PATCH] =?UTF-8?q?M=C3=A0J=20test=20e2e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- e2e/link-parallel-devices.e2e-spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/link-parallel-devices.e2e-spec.ts b/e2e/link-parallel-devices.e2e-spec.ts index f5c73aa4a..3e37d90e7 100644 --- a/e2e/link-parallel-devices.e2e-spec.ts +++ b/e2e/link-parallel-devices.e2e-spec.ts @@ -33,7 +33,7 @@ describe("ngHyd − load session with multiple linked parameters − ", () => { await listPage.clickMenuEntryForCalcType(10); await calcPage.getAddStructureButton().click(); const nb2 = await calcPage.getAllLinkButtons().count(); - expect(nb2).toBe(4); // link buttons on children but not on parent + expect(nb2).toBe(6); // link buttons on children but not on parent // 3. check Lois de déversoirs dénoyés -- GitLab