diff options
Diffstat (limited to 'tests/spec')
-rw-r--r-- | tests/spec/tests.js | 23 |
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 | }); |
411 | it('Allows selection of litecoin testnet', function(done) { | ||
412 | var params = { | ||
413 | selectText: "LTCt - Litecoin Testnet", | ||
414 | firstAddress: "mucaU5iiDaJDb69BHLeDv8JFfGiyg2nJKi", | ||
415 | }; | ||
416 | testNetwork(done, params); | ||
417 | }); | ||
411 | it('Allows selection of ripple', function(done) { | 418 | it('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 | }); |
433 | it('Allows selection of dogecoin testnet', function(done) { | ||
434 | var params = { | ||
435 | selectText: "DOGEt - Dogecoin testnet", | ||
436 | firstAddress: "niHnSJKHdwDyDxRMLBJrtNqpvHEsAFWe6B", | ||
437 | }; | ||
438 | testNetwork(done, params); | ||
439 | }); | ||
426 | it('Allows selection of denarius', function(done) { | 440 | it('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) { | |||
475 | it('Allows selection of crown', function(done) { | 489 | it('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 | }); |
1479 | it('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 |
1467 | it('Sets the bip39 seed from the prhase', function(done) { | 1488 | it('Sets the bip39 seed from the prhase', function(done) { |