diff options
Diffstat (limited to 'tests')
-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 8774a32..367dc91 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -627,6 +627,13 @@ it('Allows selection of BlackCoin', function(done) { | |||
627 | }; | 627 | }; |
628 | testNetwork(done, params); | 628 | testNetwork(done, params); |
629 | }); | 629 | }); |
630 | it('Allows selection of Neblio', function(done) { | ||
631 | var params = { | ||
632 | selectText: "NEBL - Neblio", | ||
633 | firstAddress: "NefkeEEvhusbHMmTRrxx7H9wFnUXd8qQsE", | ||
634 | }; | ||
635 | testNetwork(done, params); | ||
636 | }); | ||
630 | 637 | ||
631 | // BIP39 seed is set from phrase | 638 | // BIP39 seed is set from phrase |
632 | it('Sets the bip39 seed from the prhase', function(done) { | 639 | it('Sets the bip39 seed from the prhase', function(done) { |