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 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) { |