From 36523e0d9714a8ff9996ec3e062a8e16e28c3415 Mon Sep 17 00:00:00 2001 From: Nan Jiang Date: Sat, 26 Oct 2019 18:13:31 +1100 Subject: Add Elastos --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests') diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 2add419..b09be05 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1608,6 +1608,13 @@ it('Allows selection of Groestlcoin Testnet', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Elastos', function(done) { + var params = { + selectText: "ELA - Elastos", + firstAddress: "EYmqntM99tr4NJJs2G5Nr93pqsh9cdTCkS", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) { -- cgit v1.2.3