diff options
Diffstat (limited to 'tests/spec')
-rw-r--r-- | tests/spec/tests.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 31fa043..d9a1843 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1675,6 +1675,16 @@ it('Allows selection of Stratis Test', function(done) { | |||
1675 | }; | 1675 | }; |
1676 | testNetwork(done, params); | 1676 | testNetwork(done, params); |
1677 | }); | 1677 | }); |
1678 | it('Allows selection of Sugarchain', function(done) { | ||
1679 | var params = { | ||
1680 | selectText: "SUGAR - Sugarchain", | ||
1681 | phrase: "abandon abandon ability", | ||
1682 | firstAddress: "SYnd31fYr39VgKju87Vz1sYBmEeHg5cudk", | ||
1683 | firstPubKey: "035bc9fa22eff2246ec07bb09c9e32f5f9fee517b4f49a8f117508f8fb41905b25", | ||
1684 | firstPrivKey: "L2G3axGdZv5EV8osAsBPMese74i4dTHaGvxDh7DsRF5Ky6hKkPDY", | ||
1685 | }; | ||
1686 | testNetwork(done, params); | ||
1687 | }); | ||
1678 | it('Allows selection of Syscoin', function(done) { | 1688 | it('Allows selection of Syscoin', function(done) { |
1679 | var params = { | 1689 | var params = { |
1680 | selectText: "SYS - Syscoin", | 1690 | selectText: "SYS - Syscoin", |