diff options
Diffstat (limited to 'tests/spec')
-rw-r--r-- | tests/spec/tests.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0b07b4c..998809a 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -584,6 +584,13 @@ it('Allows selection of bitcoin gold', function(done) { | |||
584 | }; | 584 | }; |
585 | testNetwork(done, params); | 585 | testNetwork(done, params); |
586 | }); | 586 | }); |
587 | it('Allows selection of monacoin', function(done) { | ||
588 | var params = { | ||
589 | selectText: "MONA - Monacoin", | ||
590 | firstAddress: "MKMiMr7MyjDKjJbCBzgF6u4ByqTS4NkRB1", | ||
591 | }; | ||
592 | testNetwork(done, params); | ||
593 | }); | ||
587 | 594 | ||
588 | // BIP39 seed is set from phrase | 595 | // BIP39 seed is set from phrase |
589 | it('Sets the bip39 seed from the prhase', function(done) { | 596 | it('Sets the bip39 seed from the prhase', function(done) { |