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.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index e7c81bc..15a52b3 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1685,6 +1685,16 @@ it('Allows selection of Sugarchain', function(done) {
1685 }; 1685 };
1686 testNetwork(done, params); 1686 testNetwork(done, params);
1687}); 1687});
1688it('Allows selection of Sugarchain Testnet', function(done) {
1689 var params = {
1690 selectText: "TUGAR - Sugarchain Testnet",
1691 phrase: "abandon abandon ability",
1692 firstAddress: "TkoRzLZQyaY88dAACNVwUFMYekR7pv6CbY",
1693 firstPubKey: "035bc9fa22eff2246ec07bb09c9e32f5f9fee517b4f49a8f117508f8fb41905b25",
1694 firstPrivKey: "cSd33sGUzymVeaH8ZGzWiyNhjJ1UHuPGLy6goXgNvMjLDqioARWW",
1695 };
1696 testNetwork(done, params);
1697});
1688it('Allows selection of Syscoin', function(done) { 1698it('Allows selection of Syscoin', function(done) {
1689 var params = { 1699 var params = {
1690 selectText: "SYS - Syscoin", 1700 selectText: "SYS - Syscoin",