From fdbe8a77706bb2502f3155b3415c8d959c840dd1 Mon Sep 17 00:00:00 2001 From: "mathias.chouet" <mathias.chouet@irstea.fr> Date: Fri, 6 Sep 2019 17:34:50 +0200 Subject: [PATCH] Update e2e tests --- e2e/calculate-all-params.e2e-spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/calculate-all-params.e2e-spec.ts b/e2e/calculate-all-params.e2e-spec.ts index 043642aa6..d20e03df4 100644 --- a/e2e/calculate-all-params.e2e-spec.ts +++ b/e2e/calculate-all-params.e2e-spec.ts @@ -7,7 +7,7 @@ import { browser } from "protractor"; * For all calculators, try to calculate every parameter: check that only one parameter * is set to CAL mode, trigger the calculation, check that result is not empty */ -fdescribe("ngHyd − calculate all parameters of all calculators", () => { +describe("ngHyd − calculate all parameters of all calculators", () => { let listPage: ListPage; let calcPage: CalculatorPage; let navBar: Navbar; -- GitLab