From bfe1963eaaaba4441c6ba6e829e0d89262b819ac Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 11 Nov 2019 10:55:26 +1100 Subject: [PATCH] Add test for Pull Request 319 EnergyWeb --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0ddbdba..fc09ef5 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1615,6 +1615,13 @@ it('Allows selection of Elastos', function(done) { }; testNetwork(done, params); }); +fit('Allows selection of Energyweb', function(done) { + var params = { + selectText: "EWT - EnergyWeb", + firstAddress: "0x190aCfa6dA6Ff2D0a28Fbd0e02Aec493bCa5D7f7", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) { -- 2.41.0