diff options
-rw-r--r-- | tests/spec/tests.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0e7edb9..14cdb8e 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -2265,6 +2265,16 @@ it('Allows selection of CranePay', function(done) { | |||
2265 | }; | 2265 | }; |
2266 | testNetwork(done, params); | 2266 | testNetwork(done, params); |
2267 | }); | 2267 | }); |
2268 | it('Allows selection of Scribe', function(done) { | ||
2269 | var params = { | ||
2270 | selectText: "SCRIBE - Scribe", | ||
2271 | phrase: "abandon abandon ability", | ||
2272 | firstAddress: "RYAnPeBLD8veZ9Tw8xugeTC2f9PeZonLHM", | ||
2273 | firstPubKey: "02c912bc4759c8a209475502fb5352ff5be8a8f13eb72f1732ee25125cd53edc1e", | ||
2274 | firstPrivKey: "HLZWvNCEUv4ghygjH9A2EYCa9HNRcxe5CS42kzUTmoxJYp3z96QE", | ||
2275 | }; | ||
2276 | testNetwork(done, params); | ||
2277 | }); | ||
2268 | 2278 | ||
2269 | // BIP39 seed is set from phrase | 2279 | // BIP39 seed is set from phrase |
2270 | it('Sets the bip39 seed from the prhase', function(done) { | 2280 | it('Sets the bip39 seed from the prhase', function(done) { |