X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fspec%2Ftests.js;h=b2c3addd2da52dd8c049e1a19d46a1fce0a58f5b;hb=a67554c649438a4c16feb9806e48ce6dc8f4be75;hp=0e85eccf8ac96736e9fb7bcc558dcfaa56d3cc6e;hpb=181b5d61e308bc6b6371e753f8ac5817755c01be;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0e85ecc..b2c3add 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1635,6 +1635,27 @@ it('Allows selection of Thought', function(done) { }; testNetwork(done, params); }); +it('Allows selection of EtherCore', function(done) { + var params = { + selectText: "ERE - EtherCore", + firstAddress: "0x119e6EAC3Ce1b473D62d9fD847fb0ea222eF1D9e", + }; + testNetwork(done, params); +}); +it('Allows selection of RBTC - RSK', function(done) { + var params = { + selectText: "RBTC - RSK", + firstAddress: "RGtz5TDdtviAZ9haz1YAUNQzcGVFm5bQrP", + }; + testNetwork(done, params); +}); +it('Allows selection of tRBTC - RSK Testnet', function(done) { + var params = { + selectText: "tRBTC - RSK Testnet", + firstAddress: "RHkrWgnSdJHxQAqEsMErhUUa4icXY6xUUC", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {