From 2885ddd5f7d6dbe6211fd699e58ce0da6ac6295c Mon Sep 17 00:00:00 2001 From: hackyminer Date: Fri, 26 Apr 2019 01:33:59 +0900 Subject: add Ellaism(ELLA) suppport --- 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 a22d749..6c98091 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1434,6 +1434,13 @@ it('Allows selection of DEXON', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Ellaism', function(done) { + var params = { + selectText: "ELLA - Ellaism", + firstAddress: "0xa8B0BeA09eeBc41062308546a01d6E544277e2Ca", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) { -- cgit v1.2.3