aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/spec/tests.js7
1 files changed, 7 insertions, 0 deletions
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) {
1615 }; 1615 };
1616 testNetwork(done, params); 1616 testNetwork(done, params);
1617}); 1617});
1618fit('Allows selection of Energyweb', function(done) {
1619 var params = {
1620 selectText: "EWT - EnergyWeb",
1621 firstAddress: "0x190aCfa6dA6Ff2D0a28Fbd0e02Aec493bCa5D7f7",
1622 };
1623 testNetwork(done, params);
1624});
1618 1625
1619// BIP39 seed is set from phrase 1626// BIP39 seed is set from phrase
1620it('Sets the bip39 seed from the prhase', function(done) { 1627it('Sets the bip39 seed from the prhase', function(done) {