X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=b1308fb99556c1b29a773b44d8be1290166d243b;hb=38d1b296df81edb8a8a6a15c097332d0bee3d5e0;hp=f0fad8544a59228dbeee84e7f270d53297f1cc51;hpb=f40c5c2423aea8a833a29bb3cf0f1db8dd80ca7d;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index f0fad85..b1308fb 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1341,6 +1341,13 @@ it('Allows selection of ProjectCoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Phore', function(done) { + var params = { + selectText: "PHR - Phore", + firstAddress: "PJThxpoXAG6hqrmdeQQbVDX4TJtFTMMymC", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) { @@ -2912,7 +2919,7 @@ it('Can change details while old addresses are still being generated', function( }); }); }); -}, generateDelay + 5000); +}, generateDelay + 10000); // Github issue 49 // padding for binary should give length with multiple of 256