X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=9e780162c73e65ff8b8cf7ec567128669c16fb7b;hb=048721a6ff08555de71626d9868aa5054b46cfda;hp=7e0107037c2a8127f8346de4b6825edc04543c33;hpb=aaa82c097f2a3bee5800a232865cef56bbcd8a5f;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 7e01070..9e78016 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -620,6 +620,13 @@ it('Allows selection of AXE', function(done) { }; testNetwork(done, params); }); +it('Allows selection of BlackCoin', function(done) { + var params = { + selectText: "BLK - BlackCoin", + firstAddress: "B5MznAKwj7uQ42vDz3w4onhBXPcqhTwJ9z", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {