X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=367dc911e119d70df9037d090ddd891cda5e3f5b;hp=8774a32a6524fc8bccf316009039bce30517361b;hb=e5167afe2820b54571e73f796b35e62a17748128;hpb=88ae1301251a14ed9557c1ae7753e411e0159c5b 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) {