X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;fp=tests%2Fspec%2Ftests.js;h=62647d2663640b7bfae798ed5d3358630dc755db;hp=0e85eccf8ac96736e9fb7bcc558dcfaa56d3cc6e;hb=c1d6274224e2dcfde76107104d2c397bb487e745;hpb=d07983bc1fa691821cc2580ce4490638cee4f630 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) {