aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2019-07-04 12:01:42 +1000
committerIan Coleman <ian@iancoleman.io>2019-07-04 12:01:42 +1000
commit152f0ce966ab9f18fa34e45384a42e3f921e850f (patch)
treec62b8a365ac89dfcb90f7e3e99b65b463ca8f5b2 /tests/spec/tests.js
parent084ff40d4fdfc8f521824ca48264a7d531cbf6b9 (diff)
downloadBIP39-152f0ce966ab9f18fa34e45384a42e3f921e850f.tar.gz
BIP39-152f0ce966ab9f18fa34e45384a42e3f921e850f.tar.zst
BIP39-152f0ce966ab9f18fa34e45384a42e3f921e850f.zip
Add test for Stellar
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r--tests/spec/tests.js7
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});
1532it('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
1534it('Sets the bip39 seed from the prhase', function(done) { 1541it('Sets the bip39 seed from the prhase', function(done) {