From: EtherCore Contributor Date: Wed, 1 Jan 2020 15:53:17 +0000 (+0900) Subject: add testcase for ethercore X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=9e04576e2f78cd76cf0a3300e3ff14726b19fcf4 add testcase for ethercore --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0e85ecc..62647d2 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: "0xDeeAD0297F06dfe6c7Ad0C1D0CF5B06D6047bEEe", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {