diff options
Diffstat (limited to 'tests')
-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 dd90a66..5e65714 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1536,6 +1536,13 @@ it('Allows selection of Stellar', function(done) { | |||
1536 | }; | 1536 | }; |
1537 | testNetwork(done, params); | 1537 | testNetwork(done, params); |
1538 | }); | 1538 | }); |
1539 | it('Allows selection of Wagerr', function(done) { | ||
1540 | var params = { | ||
1541 | selectText: "WGR - Wagerr", | ||
1542 | firstAddress: "WYiVgQU39VcQxcnacoCiaZHZZLjDCJoS95", | ||
1543 | }; | ||
1544 | testNetwork(done, params); | ||
1545 | }); | ||
1539 | 1546 | ||
1540 | // BIP39 seed is set from phrase | 1547 | // BIP39 seed is set from phrase |
1541 | it('Sets the bip39 seed from the prhase', function(done) { | 1548 | it('Sets the bip39 seed from the prhase', function(done) { |