aboutsummaryrefslogtreecommitdiff
path: root/tests/spec
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec')
-rw-r--r--tests/spec/tests.js14
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});
1444it('Allows selection of Ellaism', function(done) {
1445 var params = {
1446 selectText: "ELLA - Ellaism",
1447 firstAddress: "0xa8B0BeA09eeBc41062308546a01d6E544277e2Ca",
1448 };
1449 testNetwork(done, params);
1450});
1451it('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
1446it('Sets the bip39 seed from the prhase', function(done) { 1460it('Sets the bip39 seed from the prhase', function(done) {