aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/spec/tests.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 15a52b3..dc6e4b5 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1205,6 +1205,15 @@ it('Allows selection of Feathercoin', function(done) {
1205 }; 1205 };
1206 testNetwork(done, params); 1206 testNetwork(done, params);
1207}); 1207});
1208it('Allows selection of FIO', function(done) {
1209 var params = {
1210 selectText: "FIO - Foundation for Interwallet Operability",
1211 phrase: "valley alien library bread worry brother bundle hammer loyal barely dune brave",
1212 firstPubKey: "FIO5kJKNHwctcfUM5XZyiWSqSTM5HTzznJP9F3ZdbhaQAHEVq575o",
1213 firstPrivKey: "5Kbb37EAqQgZ9vWUHoPiC2uXYhyGSFNbL6oiDp24Ea1ADxV1qnu",
1214 };
1215 testNetwork(done, params);
1216});
1208it('Allows selection of Firstcoin', function(done) { 1217it('Allows selection of Firstcoin', function(done) {
1209 var params = { 1218 var params = {
1210 selectText: "FRST - Firstcoin", 1219 selectText: "FRST - Firstcoin",