diff options
Diffstat (limited to 'tests/spec')
-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 6c98091..88c91a3 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1441,6 +1441,13 @@ it('Allows selection of Ellaism', function(done) { | |||
1441 | }; | 1441 | }; |
1442 | testNetwork(done, params); | 1442 | testNetwork(done, params); |
1443 | }); | 1443 | }); |
1444 | it('Allows selection of Ethersocial Network', function(done) { | ||
1445 | var params = { | ||
1446 | selectText: "ESN - Ethersocial Network", | ||
1447 | firstAddress: "0x6EE99Be2A0C7F887a71e21C8608ACF0aa0D2b767", | ||
1448 | }; | ||
1449 | testNetwork(done, params); | ||
1450 | }); | ||
1444 | 1451 | ||
1445 | // BIP39 seed is set from phrase | 1452 | // BIP39 seed is set from phrase |
1446 | it('Sets the bip39 seed from the prhase', function(done) { | 1453 | it('Sets the bip39 seed from the prhase', function(done) { |