X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=5e65714c96957a42d7582517a9a5e33cbcd4677f;hp=dd90a667fc57bdbe642f7eb1bcc5174ec89f66c2;hb=e5c4aa40984d427444ff21db93d32be85af95f28;hpb=c4f4208b95cf6fb85a8d669c0c8dcdb8b12bb2e7 diff --git a/tests/spec/tests.js b/tests/spec/tests.js index dd90a66..5e65714 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1536,6 +1536,13 @@ it('Allows selection of Stellar', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Wagerr', function(done) { + var params = { + selectText: "WGR - Wagerr", + firstAddress: "WYiVgQU39VcQxcnacoCiaZHZZLjDCJoS95", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {