X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=80add739b978ad652968fcd1080c0fe17306c7bc;hp=0944be4bbe8e4b4f6b1e59b290b8ad28b7fc2a2e;hb=680b94c1efc9a70d82f611de3e0c3043b395b9dc;hpb=502898819506605c2b58821285c20054b999a8a7 diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0944be4..80add73 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -602,7 +602,7 @@ it('Allows selection of nubits', function(done) { it('Allows selection of bitcoin gold', function(done) { var params = { selectText: "BTG - Bitcoin Gold", - firstAddress: "GWYxuwSqANWGV3WT7Gpr6HE91euYXBqtwQ", + firstAddress: "GdDqug4WUsn5syNbSTHatNn4XnuwZtzedx", }; testNetwork(done, params); }); @@ -627,6 +627,20 @@ 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); +}); +it('Allows selection of Beetlecoin', function(done) { + var params = { + selectText: "BEET - Beetlecoin", + firstAddress: "BVmtbEsGrjpknprmpHFq26z4kYHJUFHE71", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {