diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2019-08-01 10:01:17 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-01 10:01:17 +1000 |
commit | 9f675f2e47f371d2d09bf90f03a2e09ec62a10c4 (patch) | |
tree | f86d2f059cd911cd8e7ea28e13ff7f42fd663be9 /tests/spec/tests.js | |
parent | 519e9dc728f03eab31c8b050f174119a1dcccd59 (diff) | |
parent | e5c4aa40984d427444ff21db93d32be85af95f28 (diff) | |
download | BIP39-9f675f2e47f371d2d09bf90f03a2e09ec62a10c4.tar.gz BIP39-9f675f2e47f371d2d09bf90f03a2e09ec62a10c4.tar.zst BIP39-9f675f2e47f371d2d09bf90f03a2e09ec62a10c4.zip |
Merge branch 'master' into master
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 f307312..91a9bec 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1543,6 +1543,13 @@ it('Allows selection of Stellar', function(done) { | |||
1543 | }; | 1543 | }; |
1544 | testNetwork(done, params); | 1544 | testNetwork(done, params); |
1545 | }); | 1545 | }); |
1546 | it('Allows selection of Wagerr', function(done) { | ||
1547 | var params = { | ||
1548 | selectText: "WGR - Wagerr", | ||
1549 | firstAddress: "WYiVgQU39VcQxcnacoCiaZHZZLjDCJoS95", | ||
1550 | }; | ||
1551 | testNetwork(done, params); | ||
1552 | }); | ||
1546 | 1553 | ||
1547 | // BIP39 seed is set from phrase | 1554 | // BIP39 seed is set from phrase |
1548 | it('Sets the bip39 seed from the prhase', function(done) { | 1555 | it('Sets the bip39 seed from the prhase', function(done) { |