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.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 0332f96..f350fa7 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1635,6 +1635,16 @@ it('Allows selection of RevolutionVR', function(done) {
1635 }; 1635 };
1636 testNetwork(done, params); 1636 testNetwork(done, params);
1637}); 1637});
1638it('Allows selection of Ritocoin', function(done) {
1639 var params = {
1640 selectText: "RITO - Ritocoin",
1641 phrase: "abandon abandon ability",
1642 firstAddress: "BMbHdwDiuaZh4ATp8Xapf4srv3swzAGgkf",
1643 firstPubKey: "036f5f55dc37fa97294a2a5ae4d92735d4392d4405cbbebebf2d70d5d6781be622",
1644 firstPrivKey: "L1CyVD5ADNgSUxZn6kRpJe9e17FDuAZzRGwNjvDBnEqRWjo4SEAX",
1645 };
1646 testNetwork(done, params);
1647});
1638it('Allows selection of Rubycoin', function(done) { 1648it('Allows selection of Rubycoin', function(done) {
1639 var params = { 1649 var params = {
1640 selectText: "RBY - Rubycoin", 1650 selectText: "RBY - Rubycoin",
@@ -2328,6 +2338,17 @@ it('Allows selection of TRX on Tron', function(done) {
2328 testNetwork(done, params); 2338 testNetwork(done, params);
2329}); 2339});
2330 2340
2341it('Allows selection of ZooBlockchain', function(done) {
2342 var params = {
2343 selectText: "ZBC - ZooBlockchain",
2344 phrase: "shy invest oxygen real lunar moral merge corn program air affair amazing dove imitate combine solve library fresh case alcohol pole question act thing",
2345 firstAddress: "ZBC_MGEZVH3U_SXPCBHTU_KSWDPQ4X_K6MSI3VR_CQAYMTLC_RXUMM3DJ_LFABCAXA",
2346 firstPubKey: "61899a9f7495de209e7454ac37c3975799246eb11401864d628de8c66c695940",
2347 firstPrivKey: "adb11e79068fa7366ec4f5963ad57115d666b1ad2b369b92d962563adf7dd48b",
2348 };
2349 testNetwork(done, params);
2350});
2351
2331// BIP39 seed is set from phrase 2352// BIP39 seed is set from phrase
2332it('Sets the bip39 seed from the prhase', function(done) { 2353it('Sets the bip39 seed from the prhase', function(done) {
2333 driver.findElement(By.css('.phrase')) 2354 driver.findElement(By.css('.phrase'))