diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2018-10-15 11:29:14 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-15 11:29:14 +1100 |
commit | cd4425ece76bec344b4dfdda27adcf634a1e02bb (patch) | |
tree | b10fc53875cab44689355aec6a22f9ad4cdd62b4 /tests/spec | |
parent | 8b2a093c8b97e2646bcf170661c7d5378f6fba97 (diff) | |
parent | 8a516f55299a5a89dbd4e74b9927737feca460aa (diff) | |
download | BIP39-cd4425ece76bec344b4dfdda27adcf634a1e02bb.tar.gz BIP39-cd4425ece76bec344b4dfdda27adcf634a1e02bb.tar.zst BIP39-cd4425ece76bec344b4dfdda27adcf634a1e02bb.zip |
Merge branch 'master' into bitcoin-green
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 7252cda..4a4146c 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1326,6 +1326,13 @@ it('Allows selection of BitcoinGreen', function(done) { | |||
1326 | }; | 1326 | }; |
1327 | testNetwork(done, params); | 1327 | testNetwork(done, params); |
1328 | }); | 1328 | }); |
1329 | it('Allows selection of ANON', function(done) { | ||
1330 | var params = { | ||
1331 | selectText: "ANON - ANON", | ||
1332 | firstAddress: "AnU6pijpEeUZFWSTyM2qTqZQn996Zq1Xard", | ||
1333 | }; | ||
1334 | testNetwork(done, params); | ||
1335 | }); | ||
1329 | 1336 | ||
1330 | 1337 | ||
1331 | // BIP39 seed is set from phrase | 1338 | // BIP39 seed is set from phrase |