From 67f18e2a637a072bd4fc67f25ce59cff1bd2e3db Mon Sep 17 00:00:00 2001 From: Cryptarchist Date: Fri, 5 Jul 2019 18:54:47 +0100 Subject: Add support for Wagerr --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/spec/tests.js') 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) { -- cgit v1.2.3