X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=0634c8fe952695d2e3a0445ab5578624726f33b4;hp=f69bca628af355fa8648091dbca148d4cf78e381;hb=67f18e2a637a072bd4fc67f25ce59cff1bd2e3db;hpb=6aa2c1d26d5d6b9e7156ff2be029efb26c861251 diff --git a/tests/spec/tests.js b/tests/spec/tests.js index f69bca6..0634c8f 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1529,6 +1529,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) {