X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=590f4e379114175f4a06e28e9d331f3214c7b81c;hb=d2ba387163f7ea240b7a80b78783f1c5047b6f1a;hp=acd8815d159114a0c8782852577b4e1f222bd0d2;hpb=c4086c24131729e3801c4d81a56d6b0863d7ce3b;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index acd8815..590f4e3 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1319,7 +1319,27 @@ 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", + firstAddress: "AnU6pijpEeUZFWSTyM2qTqZQn996Zq1Xard", + }; + 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) {