X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=0bb56f8ac6affee7b49ddcd9ca4f157a140eae73;hb=7f65b685b384c48df1b4ea11e7331daf15ec680d;hp=58662fd86abc5d34002ffb78d648c1bb06b073da;hpb=f1f1e39f8976a8cac4b6dea62a128dae88399458;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 58662fd..0bb56f8 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1362,7 +1362,21 @@ it('Allows selection of Safecoin', function(done) { }; testNetwork(done, params); }); - +it('Allows selection of Blocknode', function(done) { + var params = { + selectText: "BND - Blocknode", + firstAddress: "BG8xZSAur2jYLG9VXt8dYfkKxxeR7w9bSe", + }; + testNetwork(done, params); +}); +it('Allows selection of Blocknode Testnet', function(done) { + var params = { + selectText: "tBND - Blocknode Testnet", + firstAddress: "bSptsFyDktFSKpWveRywJsDoJA2TC6qfHv", + }; + testNetwork(done, params); +}); + // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) { driver.findElement(By.css('.phrase'))