X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=a2e39f1aa9c4335faf5899293055cadf867e4720;hb=0bc6361db4de780d159d810bd109659433ca2adc;hp=0e85eccf8ac96736e9fb7bcc558dcfaa56d3cc6e;hpb=dfb4fd1be5343674f4ca2222d685a9f8b83c34d9;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0e85ecc..a2e39f1 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1635,6 +1635,13 @@ 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); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {