X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=b1308fb99556c1b29a773b44d8be1290166d243b;hb=38d1b296df81edb8a8a6a15c097332d0bee3d5e0;hp=544f92115baf1c6427624d08ccb8c039732ac8a9;hpb=65afae0b5ea92658c2f2d34d34fb65a847cbc533;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 544f921..b1308fb 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1120,7 +1120,7 @@ it('Allows selection of stash', function(done) { it('Allows selection of stash testnet', function(done) { var params = { selectText: "STASH - Stash Testnet", - firstAddress: "YdbhtMuGsPSkE6bPdNTHoFSszQKmK4S5LT", + firstAddress: "yWQCTSkUst7ddYuebKsqa1kSoXEjpCkGKR", }; testNetwork(done, params); }); @@ -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