Skip to content
Snippets Groups Projects

Resolve "Fusionner les "select" avec "source" et les "select_custom""

1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -20,6 +20,9 @@ describe("ngHyd − calculate all parameters of all calculators", async () => {
calcPage = new CalculatorPage();
prefPage = new PreferencesPage();
navBar = new Navbar();
// increase timeout to avoid "Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL" message
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10 * 60 * 1000; // 10 min
});
// get calculators list (IDs) @TODO read it from config, but can't import jalhyd here :/
Loading