aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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 2add419..b09be05 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1608,6 +1608,13 @@ it('Allows selection of Groestlcoin Testnet', function(done) {
1608 }; 1608 };
1609 testNetwork(done, params); 1609 testNetwork(done, params);
1610}); 1610});
1611it('Allows selection of Elastos', function(done) {
1612 var params = {
1613 selectText: "ELA - Elastos",
1614 firstAddress: "EYmqntM99tr4NJJs2G5Nr93pqsh9cdTCkS",
1615 };
1616 testNetwork(done, params);
1617});
1611 1618
1612// BIP39 seed is set from phrase 1619// BIP39 seed is set from phrase
1613it('Sets the bip39 seed from the prhase', function(done) { 1620it('Sets the bip39 seed from the prhase', function(done) {