diff options
-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 6b73c74..6602491 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1622,6 +1622,13 @@ it('Allows selection of Energyweb', function(done) { | |||
1622 | }; | 1622 | }; |
1623 | testNetwork(done, params); | 1623 | testNetwork(done, params); |
1624 | }); | 1624 | }); |
1625 | it('Allows selection of Thought', function(done) { | ||
1626 | var params = { | ||
1627 | selectText: "THT - Thought", | ||
1628 | firstAddress: "4B1Bh9GibDarFQrhtYU8krpc7WSjgGfYvo", | ||
1629 | }; | ||
1630 | testNetwork(done, params); | ||
1631 | }); | ||
1625 | 1632 | ||
1626 | // BIP39 seed is set from phrase | 1633 | // BIP39 seed is set from phrase |
1627 | it('Sets the bip39 seed from the prhase', function(done) { | 1634 | it('Sets the bip39 seed from the prhase', function(done) { |