From e5167afe2820b54571e73f796b35e62a17748128 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Tue, 27 Mar 2018 10:28:17 +1100 Subject: [PATCH] Add test for Neblio coin --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) 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) { }; testNetwork(done, params); }); +it('Allows selection of Neblio', function(done) { + var params = { + selectText: "NEBL - Neblio", + firstAddress: "NefkeEEvhusbHMmTRrxx7H9wFnUXd8qQsE", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) { -- 2.41.0