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.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 4eff0be..c875aeb 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -704,6 +704,13 @@ it('Allows selection of Bitcoinz', function(done) {
704 }; 704 };
705 testNetwork(done, params); 705 testNetwork(done, params);
706}); 706});
707it('Allows selection of BitCloud', function(done) {
708 var params = {
709 selectText: "BTDX - BitCloud",
710 firstAddress: "BE9tnWxiR7ALgVhG8LLDi2W9pvtjzZMFoM",
711 };
712 testNetwork(done, params);
713});
707it('Allows selection of Bitcore', function(done) { 714it('Allows selection of Bitcore', function(done) {
708 var params = { 715 var params = {
709 selectText: "BTX - Bitcore", 716 selectText: "BTX - Bitcore",
@@ -956,6 +963,13 @@ it('Allows selection of Lynx', function(done) {
956 }; 963 };
957 testNetwork(done, params); 964 testNetwork(done, params);
958}); 965});
966it('Allows selection of Megacoin', function(done) {
967 var params = {
968 selectText: "MEC - Megacoin",
969 firstAddress: "MHHRRPHcF8DvQpEySFF9M6fR8Qv4JH2fFC",
970 };
971 testNetwork(done, params);
972});
959it('Allows selection of Minexcoin', function(done) { 973it('Allows selection of Minexcoin', function(done) {
960 var params = { 974 var params = {
961 selectText: "MNX - Minexcoin", 975 selectText: "MNX - Minexcoin",