diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2019-11-11 09:56:10 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-11 09:56:10 +1100 |
commit | b9b3eaf670bcec0a2431055494987e70addd37ef (patch) | |
tree | fc1eaadcdd1769554a3d45b9751c3776eb454738 /tests/spec | |
parent | 75138beed936c7cd30757ee263f7c7fd5009f5b0 (diff) | |
parent | 7b29420f1aae085d97d3adc13f9c439e3261a3dd (diff) | |
download | BIP39-b9b3eaf670bcec0a2431055494987e70addd37ef.tar.gz BIP39-b9b3eaf670bcec0a2431055494987e70addd37ef.tar.zst BIP39-b9b3eaf670bcec0a2431055494987e70addd37ef.zip |
Merge branch 'master' into master
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 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) { |