aboutsummaryrefslogtreecommitdiff
path: root/tests/spec
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec')
-rw-r--r--tests/spec/tests.js29
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 76f5297..0901311 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -732,6 +732,13 @@ it('Allows selection of Asiacoin', function(done) {
732 }; 732 };
733 testNetwork(done, params); 733 testNetwork(done, params);
734}); 734});
735it('Allows selection of Aryacoin', function(done) {
736 var params = {
737 selectText: "ARYA - Aryacoin",
738 firstAddress: "Abr6gX25KaU9BpwD34UfsL3A4n89NvYYSf",
739 };
740 testNetwork(done, params);
741});
735it('Allows selection of Auroracoin', function(done) { 742it('Allows selection of Auroracoin', function(done) {
736 var params = { 743 var params = {
737 selectText: "AUR - Auroracoin", 744 selectText: "AUR - Auroracoin",
@@ -774,6 +781,13 @@ it('Allows selection of Bitcoin Private', function(done) {
774 }; 781 };
775 testNetwork(done, params); 782 testNetwork(done, params);
776}); 783});
784it('Allows selection of Bitcoin SV', function(done) {
785 var params = {
786 selectText: "BSV - BitcoinSV",
787 firstAddress: "1N4mgtE5yxifch9jWs7Sds6oVqxdy2t576",
788 };
789 testNetwork(done, params);
790});
777it('Allows selection of Bitcoinz', function(done) { 791it('Allows selection of Bitcoinz', function(done) {
778 var params = { 792 var params = {
779 selectText: "BTCZ - Bitcoinz", 793 selectText: "BTCZ - Bitcoinz",
@@ -1180,6 +1194,13 @@ it('Allows selection of Putincoin', function(done) {
1180 }; 1194 };
1181 testNetwork(done, params); 1195 testNetwork(done, params);
1182}); 1196});
1197it('Allows selection of Rapids', function(done) {
1198 var params = {
1199 selectText: "RPD - Rapids",
1200 firstAddress: "Ri8XxUdZaXS5LqxmFJcFEjFinkaMbmhSUp",
1201 };
1202 testNetwork(done, params);
1203});
1183it('Allows selection of Ravencoin', function(done) { 1204it('Allows selection of Ravencoin', function(done) {
1184 var params = { 1205 var params = {
1185 selectText: "RVN - Ravencoin", 1206 selectText: "RVN - Ravencoin",
@@ -1411,6 +1432,14 @@ it('Allows selection of MIX', function(done) {
1411 }; 1432 };
1412 testNetwork(done, params); 1433 testNetwork(done, params);
1413}); 1434});
1435it('Allows selection of Monkey Project', function(done) {
1436 var params = {
1437 selectText: "MONK - Monkey Project",
1438 firstAddress: "MnLrcnnUzKnf7TzufjRe5DLZqQJz18oYyu",
1439 };
1440 testNetwork(done, params);
1441});
1442
1414it('Allows selection of Musicoin', function(done) { 1443it('Allows selection of Musicoin', function(done) {
1415 var params = { 1444 var params = {
1416 selectText: "MUSIC - Musicoin", 1445 selectText: "MUSIC - Musicoin",