aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/spec/tests.js12
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index c4f3188..f0b50e7 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1216,7 +1216,17 @@ it('Allows selection of FIO', function(done) {
1216}); 1216});
1217it('Allows selection of Firo', function(done) { 1217it('Allows selection of Firo', function(done) {
1218 var params = { 1218 var params = {
1219 selectText: "FIRO - Firo", 1219 selectText: "FIRO - Firo (Zcoin rebrand)",
1220 phrase: "abandon abandon ability",
1221 firstAddress: "a6VcMdP4XgAA9Tr7xNszmPG5FZpfRf17Cq",
1222 firstPubKey: "0236f2348c32dc62d69488b01988ed1154df261723ec60461cb6e62189984c62db",
1223 firstPrivKey: "Y8k3XQRQrJoABEao4Sw45s744g6xth7yviNqFcN7zqPqKUJrrKTQ",
1224 };
1225 testNetwork(done, params);
1226});
1227it('Allows selection of Zcoin', function(done) {
1228 var params = {
1229 selectText: "XZC - Zcoin (rebranded to Firo)",
1220 phrase: "abandon abandon ability", 1230 phrase: "abandon abandon ability",
1221 firstAddress: "a6VcMdP4XgAA9Tr7xNszmPG5FZpfRf17Cq", 1231 firstAddress: "a6VcMdP4XgAA9Tr7xNszmPG5FZpfRf17Cq",
1222 firstPubKey: "0236f2348c32dc62d69488b01988ed1154df261723ec60461cb6e62189984c62db", 1232 firstPubKey: "0236f2348c32dc62d69488b01988ed1154df261723ec60461cb6e62189984c62db",