X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=cd3f381d1aba6284e049c12ebedc44984b88a1ef;hp=56c259cc15fb52029e67c18e3a59754bef4b7485;hb=20d077e3afb0f34f437f033aaf016df0076b2bec;hpb=3e4551b0822de0ed41f5d6a31722450864d9ad2c diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 56c259c..cd3f381 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1355,6 +1355,20 @@ it('Allows selection of Phore', 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) {