X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=0e7edb98917d62d015944152fafb63fae00eda44;hb=26767a2ce3f2142455098f030259d2ccf45ecbac;hp=36cd7be89f80c025674f6b3fd5689df13a505292;hpb=a748c4b5c661a949372de4b6f7d364218d9dc2b5;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 36cd7be..0e7edb9 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -2255,6 +2255,16 @@ it('Allows selection of Argoneum', function(done) { }; testNetwork(done, params); }); +it('Allows selection of CranePay', function(done) { + var params = { + selectText: "CRP - CranePay", + phrase: "abandon abandon ability", + firstAddress: "CcUHPqgmef1BmgWFa9g3YNc8scgVXVh8ip", + firstPubKey: "0392af9ea9dc78170c6f68c50bac926f960e50769295f539ac6382a3af2b928740", + firstPrivKey: "KHTCAvKHKg1WdLoDSg3VjjyZK5Wk1ihzJENpp2YMb1RmAxrCZrXX", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {