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.js23
1 files changed, 22 insertions, 1 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index e3f7e1c..d609dca 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -408,6 +408,13 @@ it('Allows selection of litecoin', function(done) {
408 }; 408 };
409 testNetwork(done, params); 409 testNetwork(done, params);
410}); 410});
411it('Allows selection of litecoin testnet', function(done) {
412 var params = {
413 selectText: "LTCt - Litecoin Testnet",
414 firstAddress: "mucaU5iiDaJDb69BHLeDv8JFfGiyg2nJKi",
415 };
416 testNetwork(done, params);
417});
411it('Allows selection of ripple', function(done) { 418it('Allows selection of ripple', function(done) {
412 var params = { 419 var params = {
413 selectText: "XRP - Ripple", 420 selectText: "XRP - Ripple",
@@ -423,6 +430,13 @@ it('Allows selection of dogecoin', function(done) {
423 }; 430 };
424 testNetwork(done, params); 431 testNetwork(done, params);
425}); 432});
433it('Allows selection of dogecoin testnet', function(done) {
434 var params = {
435 selectText: "DOGEt - Dogecoin testnet",
436 firstAddress: "niHnSJKHdwDyDxRMLBJrtNqpvHEsAFWe6B",
437 };
438 testNetwork(done, params);
439});
426it('Allows selection of denarius', function(done) { 440it('Allows selection of denarius', function(done) {
427 var params = { 441 var params = {
428 selectText: "DNR - Denarius", 442 selectText: "DNR - Denarius",
@@ -475,7 +489,7 @@ it('Allows selection of clam', function(done) {
475it('Allows selection of crown', function(done) { 489it('Allows selection of crown', function(done) {
476 var params = { 490 var params = {
477 selectText: "CRW - Crown (Legacy)", 491 selectText: "CRW - Crown (Legacy)",
478 firstAddress: "18pWSwSUAQdiwMHUfFZB1fM2xue9X1FqE5", 492 firstAddress: "18pWSwSUAQdiwMHUfFZB1fM2xue9X1FqE5",
479 }; 493 };
480 testNetwork(done, params); 494 testNetwork(done, params);
481}); 495});
@@ -1462,6 +1476,13 @@ it('Allows selection of Ethersocial Network', function(done) {
1462 }; 1476 };
1463 testNetwork(done, params); 1477 testNetwork(done, params);
1464}); 1478});
1479it('Allows selection of Monkey Project', function(done) {
1480 var params = {
1481 selectText: "MONK - Monkey Project",
1482 firstAddress: "MnLrcnnUzKnf7TzufjRe5DLZqQJz18oYyu",
1483 };
1484 testNetwork(done, params);
1485});
1465 1486
1466// BIP39 seed is set from phrase 1487// BIP39 seed is set from phrase
1467it('Sets the bip39 seed from the prhase', function(done) { 1488it('Sets the bip39 seed from the prhase', function(done) {