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