diff options
author | Ian Coleman <ian@iancoleman.io> | 2019-07-04 12:01:42 +1000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2019-07-04 12:01:42 +1000 |
commit | 152f0ce966ab9f18fa34e45384a42e3f921e850f (patch) | |
tree | c62b8a365ac89dfcb90f7e3e99b65b463ca8f5b2 /tests/spec | |
parent | 084ff40d4fdfc8f521824ca48264a7d531cbf6b9 (diff) | |
download | BIP39-152f0ce966ab9f18fa34e45384a42e3f921e850f.tar.gz BIP39-152f0ce966ab9f18fa34e45384a42e3f921e850f.tar.zst BIP39-152f0ce966ab9f18fa34e45384a42e3f921e850f.zip |
Add test for Stellar
Diffstat (limited to 'tests/spec')
-rw-r--r-- | tests/spec/tests.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 72cd492..528f562 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1529,6 +1529,13 @@ it('Allows selection of Monkey Project', function(done) { | |||
1529 | }; | 1529 | }; |
1530 | testNetwork(done, params); | 1530 | testNetwork(done, params); |
1531 | }); | 1531 | }); |
1532 | it('Allows selection of Stellar', function(done) { | ||
1533 | var params = { | ||
1534 | selectText: "XLM - Stellar", | ||
1535 | firstAddress: "GCUK3NYYUXA2QGN6KU5RR36WAKN3Y5EANZV65XNAWN4XM4CHQ3G4DMO2", | ||
1536 | }; | ||
1537 | testNetwork(done, params); | ||
1538 | }); | ||
1532 | 1539 | ||
1533 | // BIP39 seed is set from phrase | 1540 | // BIP39 seed is set from phrase |
1534 | it('Sets the bip39 seed from the prhase', function(done) { | 1541 | it('Sets the bip39 seed from the prhase', function(done) { |