X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=590f4e379114175f4a06e28e9d331f3214c7b81c;hb=ba637be8762b89769697795d6e0808d6a6a8c5f1;hp=892774b92405fcad9aa443d0dc91caabcff0a8fa;hpb=8a516f55299a5a89dbd4e74b9927737feca460aa;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 892774b..590f4e3 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1319,6 +1319,13 @@ it('Allows selection of Artax', function(done) { }; testNetwork(done, params); }); +it('Allows selection of BitcoinGreen', function(done) { + var params = { + selectText: "BITG - Bitcoin Green", + firstAddress: "GeNGm9SkEfwbsws3UrrUSE2sJeyWYjzraY", + }; + testNetwork(done, params); +}); it('Allows selection of ANON', function(done) { var params = { selectText: "ANON - ANON", @@ -1326,7 +1333,13 @@ it('Allows selection of ANON', function(done) { }; testNetwork(done, params); }); - +it('Allows selection of ProjectCoin', function(done) { + var params = { + selectText: "PRJ - ProjectCoin", + firstAddress: "PXZG97saRseSCftfe1mcFmfAA7pf6qBbaz", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {