diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2019-04-30 11:07:12 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-30 11:07:12 +1000 |
commit | 8cb07685fd1faf519cb1b02024b7320d0c19ce4b (patch) | |
tree | 5881082a1fe9f35b5829306fb0853548232d5650 /tests | |
parent | 2885ddd5f7d6dbe6211fd699e58ce0da6ac6295c (diff) | |
parent | 81a5a871d9dffd191c6f25aa9e7303f4b390819c (diff) | |
download | BIP39-8cb07685fd1faf519cb1b02024b7320d0c19ce4b.tar.gz BIP39-8cb07685fd1faf519cb1b02024b7320d0c19ce4b.tar.zst BIP39-8cb07685fd1faf519cb1b02024b7320d0c19ce4b.zip |
Merge branch 'master' into ella-support
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 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) { |