aboutsummaryrefslogtreecommitdiff
path: root/tests/spec
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec')
-rw-r--r--tests/spec/tests.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 9bbc0bc..6208bfc 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -3713,23 +3713,6 @@ it('Does not show a warning if entropy is stronger than mnemonic length', functi
3713 }); 3713 });
3714}); 3714});
3715 3715
3716it('Shows a warning for litecoin BIP84 (which does not have p2wpkh params)', function(done) {
3717 driver.findElement(By.css('.phrase'))
3718 .sendKeys('abandon abandon ability');
3719 selectNetwork("LTC - Litecoin");
3720 driver.findElement(By.css('#bip84-tab a'))
3721 .click()
3722 // bip84 unavailable is shown
3723 driver.sleep(feedbackDelay).then(function() {
3724 driver.findElement(By.css('#bip84 .unavailable'))
3725 .getAttribute("class")
3726 .then(function(classes) {
3727 expect(classes).not.toContain("hidden");
3728 done();
3729 });
3730 });
3731});
3732
3733it('Shows litecoin BIP49 addresses', function(done) { 3716it('Shows litecoin BIP49 addresses', function(done) {
3734 driver.findElement(By.css('.phrase')) 3717 driver.findElement(By.css('.phrase'))
3735 .sendKeys('abandon abandon ability'); 3718 .sendKeys('abandon abandon ability');