aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/spec/tests.js10
1 files changed, 10 insertions, 0 deletions
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) {
2255 }; 2255 };
2256 testNetwork(done, params); 2256 testNetwork(done, params);
2257}); 2257});
2258it('Allows selection of CranePay', function(done) {
2259 var params = {
2260 selectText: "CRP - CranePay",
2261 phrase: "abandon abandon ability",
2262 firstAddress: "CcUHPqgmef1BmgWFa9g3YNc8scgVXVh8ip",
2263 firstPubKey: "0392af9ea9dc78170c6f68c50bac926f960e50769295f539ac6382a3af2b928740",
2264 firstPrivKey: "KHTCAvKHKg1WdLoDSg3VjjyZK5Wk1ihzJENpp2YMb1RmAxrCZrXX",
2265 };
2266 testNetwork(done, params);
2267});
2258 2268
2259// BIP39 seed is set from phrase 2269// BIP39 seed is set from phrase
2260it('Sets the bip39 seed from the prhase', function(done) { 2270it('Sets the bip39 seed from the prhase', function(done) {