X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=ab82e2e09d92b1528348aee88c7a333109d71850;hp=cba2a746d66beb1d52195c843ebdcc07fda9f0ea;hb=b603572295a6205571955099cc99c14f5b631305;hpb=8817e2487ad41f430eae50e2f871372599aea3eb diff --git a/tests/spec/tests.js b/tests/spec/tests.js index cba2a74..ab82e2e 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -2174,6 +2174,7 @@ it('Ignores excess whitespace in the mnemonic', function(done) { // Github Issue 23: Part 1: Use correct derivation path when changing tabs // https://github.com/iancoleman/bip39/issues/23 +// This test was failing for default timeout of 5000ms so changed it to +10s it('Uses the correct derivation path when changing tabs', function(done) { // 1) and 2) set the phrase driver.findElement(By.css('.phrase')) @@ -2198,7 +2199,7 @@ it('Uses the correct derivation path when changing tabs', function(done) { }); }); }); -}); +}, generateDelay + 10000); // Github Issue 23 Part 2: Coin selection in derivation path // https://github.com/iancoleman/bip39/issues/23#issuecomment-238011920