X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=91a9bec33dbac310ec1d67d0dc3aabd1dccca2c9;hp=f3073129466409578491a840dcbaedcca49605ca;hb=9f675f2e47f371d2d09bf90f03a2e09ec62a10c4;hpb=519e9dc728f03eab31c8b050f174119a1dcccd59 diff --git a/tests/spec/tests.js b/tests/spec/tests.js index f307312..91a9bec 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1543,6 +1543,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) {