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.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 614dda0..6c8da32 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -506,6 +506,13 @@ it('Allows selection of namecoin', function(done) {
506 }; 506 };
507 testNetwork(done, params); 507 testNetwork(done, params);
508}); 508});
509it('Allows selection of onixcoin', function(done) {
510 var params = {
511 selectText: "ONX - Onixcoin",
512 firstAddress: "XGwMqddeKjT3ddgX73QokjVbCL3aK6Yxfk",
513 };
514 testNetwork(done, params);
515});
509it('Allows selection of peercoin', function(done) { 516it('Allows selection of peercoin', function(done) {
510 var params = { 517 var params = {
511 selectText: "PPC - Peercoin", 518 selectText: "PPC - Peercoin",