diff options
Diffstat (limited to 'tests/spec')
-rw-r--r-- | tests/spec/tests.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 1449c00..f24b4ac 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1441,6 +1441,20 @@ it('Allows selection of DEXON', function(done) { | |||
1441 | }; | 1441 | }; |
1442 | testNetwork(done, params); | 1442 | testNetwork(done, params); |
1443 | }); | 1443 | }); |
1444 | it('Allows selection of Ellaism', function(done) { | ||
1445 | var params = { | ||
1446 | selectText: "ELLA - Ellaism", | ||
1447 | firstAddress: "0xa8B0BeA09eeBc41062308546a01d6E544277e2Ca", | ||
1448 | }; | ||
1449 | testNetwork(done, params); | ||
1450 | }); | ||
1451 | it('Allows selection of Ethersocial Network', function(done) { | ||
1452 | var params = { | ||
1453 | selectText: "ESN - Ethersocial Network", | ||
1454 | firstAddress: "0x6EE99Be2A0C7F887a71e21C8608ACF0aa0D2b767", | ||
1455 | }; | ||
1456 | testNetwork(done, params); | ||
1457 | }); | ||
1444 | 1458 | ||
1445 | // BIP39 seed is set from phrase | 1459 | // BIP39 seed is set from phrase |
1446 | it('Sets the bip39 seed from the prhase', function(done) { | 1460 | it('Sets the bip39 seed from the prhase', function(done) { |