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.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 9d07edb..c4f3188 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1214,6 +1214,16 @@ it('Allows selection of FIO', function(done) {
1214 }; 1214 };
1215 testNetwork(done, params); 1215 testNetwork(done, params);
1216}); 1216});
1217it('Allows selection of Firo', function(done) {
1218 var params = {
1219 selectText: "FIRO - Firo",
1220 phrase: "abandon abandon ability",
1221 firstAddress: "a6VcMdP4XgAA9Tr7xNszmPG5FZpfRf17Cq",
1222 firstPubKey: "0236f2348c32dc62d69488b01988ed1154df261723ec60461cb6e62189984c62db",
1223 firstPrivKey: "Y8k3XQRQrJoABEao4Sw45s744g6xth7yviNqFcN7zqPqKUJrrKTQ",
1224 };
1225 testNetwork(done, params);
1226});
1217it('Allows selection of Firstcoin', function(done) { 1227it('Allows selection of Firstcoin', function(done) {
1218 var params = { 1228 var params = {
1219 selectText: "FRST - Firstcoin", 1229 selectText: "FRST - Firstcoin",
@@ -1844,16 +1854,6 @@ it('Allows selection of Wincoin', function(done) {
1844 }; 1854 };
1845 testNetwork(done, params); 1855 testNetwork(done, params);
1846}); 1856});
1847it('Allows selection of Zcoin', function(done) {
1848 var params = {
1849 selectText: "XZC - Zcoin",
1850 phrase: "abandon abandon ability",
1851 firstAddress: "a6VcMdP4XgAA9Tr7xNszmPG5FZpfRf17Cq",
1852 firstPubKey: "0236f2348c32dc62d69488b01988ed1154df261723ec60461cb6e62189984c62db",
1853 firstPrivKey: "Y8k3XQRQrJoABEao4Sw45s744g6xth7yviNqFcN7zqPqKUJrrKTQ",
1854 };
1855 testNetwork(done, params);
1856});
1857it('Allows selection of Zcash', function(done) { 1857it('Allows selection of Zcash', function(done) {
1858 var params = { 1858 var params = {
1859 selectText: "ZEC - Zcash", 1859 selectText: "ZEC - Zcash",