X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=88c91a32da03bdda59d1f24b1da898d776496d47;hp=6c9809104860ba7831eb44588d57855ab8f0ad8e;hb=8cb07685fd1faf519cb1b02024b7320d0c19ce4b;hpb=2885ddd5f7d6dbe6211fd699e58ce0da6ac6295c diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 6c98091..88c91a3 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1441,6 +1441,13 @@ it('Allows selection of Ellaism', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Ethersocial Network', function(done) { + var params = { + selectText: "ESN - Ethersocial Network", + firstAddress: "0x6EE99Be2A0C7F887a71e21C8608ACF0aa0D2b767", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {