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 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});
630it('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
632it('Sets the bip39 seed from the prhase', function(done) { 639it('Sets the bip39 seed from the prhase', function(done) {