diff --git a/e2e/calculate-all-params.e2e-spec.ts b/e2e/calculate-all-params.e2e-spec.ts index 043642aa6906cdae31bd04d425fde6a6fdd25c1e..d20e03df4e992e79221c7e07b470b70b46546cb0 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;