X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=590f4e379114175f4a06e28e9d331f3214c7b81c;hb=011533e4bc1d49a6675dedf5bfaabefb7de41088;hp=4a4146c5985accdc07c05eabc6413542cd46d909;hpb=cd4425ece76bec344b4dfdda27adcf634a1e02bb;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 4a4146c..590f4e3 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1333,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) {