Add test for Pull Request 370 THT Thought network

This commit is contained in:
Ian Coleman
2019-11-11 11:35:17 +11:00
parent 3799728c76
commit 93f3a286db

View File

@@ -1622,6 +1622,13 @@ it('Allows selection of Energyweb', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of Thought', function(done) {
var params = {
selectText: "THT - Thought",
firstAddress: "4B1Bh9GibDarFQrhtYU8krpc7WSjgGfYvo",
};
testNetwork(done, params);
});
// BIP39 seed is set from phrase
it('Sets the bip39 seed from the prhase', function(done) {