diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 83fc949..88c91a3 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1434,6 +1434,13 @@ it('Allows selection of DEXON', function(done) { | |||
1434 | }; | 1434 | }; |
1435 | testNetwork(done, params); | 1435 | testNetwork(done, params); |
1436 | }); | 1436 | }); |
1437 | it('Allows selection of Ellaism', function(done) { | ||
1438 | var params = { | ||
1439 | selectText: "ELLA - Ellaism", | ||
1440 | firstAddress: "0xa8B0BeA09eeBc41062308546a01d6E544277e2Ca", | ||
1441 | }; | ||
1442 | testNetwork(done, params); | ||
1443 | }); | ||
1437 | it('Allows selection of Ethersocial Network', function(done) { | 1444 | it('Allows selection of Ethersocial Network', function(done) { |
1438 | var params = { | 1445 | var params = { |
1439 | selectText: "ESN - Ethersocial Network", | 1446 | selectText: "ESN - Ethersocial Network", |