mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
Remove BIP84 test for litecoin
This commit is contained in:
@@ -3713,23 +3713,6 @@ it('Does not show a warning if entropy is stronger than mnemonic length', functi
|
||||
});
|
||||
});
|
||||
|
||||
it('Shows a warning for litecoin BIP84 (which does not have p2wpkh params)', function(done) {
|
||||
driver.findElement(By.css('.phrase'))
|
||||
.sendKeys('abandon abandon ability');
|
||||
selectNetwork("LTC - Litecoin");
|
||||
driver.findElement(By.css('#bip84-tab a'))
|
||||
.click()
|
||||
// bip84 unavailable is shown
|
||||
driver.sleep(feedbackDelay).then(function() {
|
||||
driver.findElement(By.css('#bip84 .unavailable'))
|
||||
.getAttribute("class")
|
||||
.then(function(classes) {
|
||||
expect(classes).not.toContain("hidden");
|
||||
done();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
it('Shows litecoin BIP49 addresses', function(done) {
|
||||
driver.findElement(By.css('.phrase'))
|
||||
.sendKeys('abandon abandon ability');
|
||||
|
||||
Reference in New Issue
Block a user