diff options
Diffstat (limited to 'tests/spec/tests.js')
-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 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 | }); |
1611 | it('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 |
1613 | it('Sets the bip39 seed from the prhase', function(done) { | 1620 | it('Sets the bip39 seed from the prhase', function(done) { |