aboutsummaryrefslogtreecommitdiff
path: root/tests/spec
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2018-07-26 12:00:07 +1000
committerIan Coleman <ian@iancoleman.io>2018-07-26 12:00:07 +1000
commitd221cd2f3741805cdc92c83119ab620f5236aef5 (patch)
treed043fa42334aa8b90150aba9b8555eaccf7db246 /tests/spec
parentfe3c963b73e90157306ac1bebfa671099c01ac48 (diff)
downloadBIP39-d221cd2f3741805cdc92c83119ab620f5236aef5.tar.gz
BIP39-d221cd2f3741805cdc92c83119ab620f5236aef5.tar.zst
BIP39-d221cd2f3741805cdc92c83119ab620f5236aef5.zip
Remove BIP84 test for litecoin
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');