aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r--tests/spec/tests.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 58318db..8b3b07b 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -2286,6 +2286,17 @@ it('Allows selection of Binance Smart Chain', function(done) {
2286 testNetwork(done, params); 2286 testNetwork(done, params);
2287}); 2287});
2288 2288
2289it('Allows selection of TRX on Tron', function(done) {
2290 var params = {
2291 selectText: "TRX - Tron",
2292 phrase: "abandon abandon ability",
2293 firstAddress: "TA891Fu7vVz595BGQpNX2MCzr7yBcxuoC7",
2294 firstPubKey: "0337bbb060e6166066f7f9e59e52f67bc23a6c9d0cbc815b82b6d89112444842e7",
2295 firstPrivKey: "3a8fbd0379a815764979de86a3fcda759cb62d49e784e7b2a9a03206c90cfae2",
2296 };
2297 testNetwork(done, params);
2298});
2299
2289// BIP39 seed is set from phrase 2300// BIP39 seed is set from phrase
2290it('Sets the bip39 seed from the prhase', function(done) { 2301it('Sets the bip39 seed from the prhase', function(done) {
2291 driver.findElement(By.css('.phrase')) 2302 driver.findElement(By.css('.phrase'))