aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {