X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=76f52971f06f601e5495206817be7aa42e8215ef;hp=f2ca721ecd7256ba3d1248dc9106625837e1a87a;hb=5d1bb7d7763992159befefb7cdca62ad170cdd6a;hpb=ec38b3a263fae22917d6d7d32200f8551e548aa3 diff --git a/tests/spec/tests.js b/tests/spec/tests.js index f2ca721..76f5297 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1441,11 +1441,18 @@ it('Allows selection of Callisto', function(done) { }); it('Allows selection of HUSH', function(done) { var params = { - selectText: "HUSH - Hush", + selectText: "HUSH - Hush (Legacy)", firstAddress: "t1g6rLXUnJaiJuu4q4zmJjoa9Gk4fwKpiuA", }; testNetwork(done, params); }); +it('Allows selection of HUSH3', function(done) { + var params = { + selectText: "HUSH - Hush3", + firstAddress: "RXWSQhwvw5jHPGP8bjwJhWoRnMLBnuPDKD", + }; + testNetwork(done, params); +}); it('Allows selection of ExchangeCoin', function(done) { var params = { selectText: "EXCC - ExchangeCoin",