aboutsummaryrefslogtreecommitdiff
path: root/tests/spec
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec')
-rw-r--r--tests/spec/tests.js7
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});
1546it('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
1548it('Sets the bip39 seed from the prhase', function(done) { 1555it('Sets the bip39 seed from the prhase', function(done) {