aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r--tests/spec/tests.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index c21d8b5..6f9fd4f 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -837,6 +837,13 @@ it('Allows selection of Compcoin', function(done) {
837 }; 837 };
838 testNetwork(done, params); 838 testNetwork(done, params);
839}); 839});
840it('Allows selection of CPUchain', function(done) {
841 var params = {
842 selectText: "CPU - CPUchain",
843 firstAddress: "CWWkTPkNRdpTDSfPw7gxUt9cEaC5PSsP3Y",
844 };
845 testNetwork(done, params);
846});
840it('Allows selection of Crave', function(done) { 847it('Allows selection of Crave', function(done) {
841 var params = { 848 var params = {
842 selectText: "CRAVE - Crave", 849 selectText: "CRAVE - Crave",
@@ -1544,6 +1551,13 @@ it('Allows selection of Stellar', function(done) {
1544 }; 1551 };
1545 testNetwork(done, params); 1552 testNetwork(done, params);
1546}); 1553});
1554it('Allows selection of Wagerr', function(done) {
1555 var params = {
1556 selectText: "WGR - Wagerr",
1557 firstAddress: "WYiVgQU39VcQxcnacoCiaZHZZLjDCJoS95",
1558 };
1559 testNetwork(done, params);
1560});
1547 1561
1548// BIP39 seed is set from phrase 1562// BIP39 seed is set from phrase
1549it('Sets the bip39 seed from the prhase', function(done) { 1563it('Sets the bip39 seed from the prhase', function(done) {