X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=4a4146c5985accdc07c05eabc6413542cd46d909;hp=892774b92405fcad9aa443d0dc91caabcff0a8fa;hb=cd4425ece76bec344b4dfdda27adcf634a1e02bb;hpb=8a516f55299a5a89dbd4e74b9927737feca460aa diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 892774b..4a4146c 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1319,6 +1319,13 @@ it('Allows selection of Artax', function(done) { }; testNetwork(done, params); }); +it('Allows selection of BitcoinGreen', function(done) { + var params = { + selectText: "BITG - Bitcoin Green", + firstAddress: "GeNGm9SkEfwbsws3UrrUSE2sJeyWYjzraY", + }; + testNetwork(done, params); +}); it('Allows selection of ANON', function(done) { var params = { selectText: "ANON - ANON",