X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=998809a8c0ccc4b96f8b76334e9588b97fb1259c;hb=5a10834a36af987089d46929556ca60aceb0bba6;hp=72edd281d19efe7e494b74748124a9d93b853595;hpb=0460b53f3aff1745fd2727c094d12f90cfbe1d10;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 72edd28..998809a 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -577,6 +577,20 @@ it('Allows selection of nubits', function(done) { }; testNetwork(done, params); }); +it('Allows selection of bitcoin gold', function(done) { + var params = { + selectText: "BTG - Bitcoin Gold", + firstAddress: "GWYxuwSqANWGV3WT7Gpr6HE91euYXBqtwQ", + }; + testNetwork(done, params); +}); +it('Allows selection of monacoin', function(done) { + var params = { + selectText: "MONA - Monacoin", + firstAddress: "MKMiMr7MyjDKjJbCBzgF6u4ByqTS4NkRB1", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {