mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
fix broken e2e test from out of sync test merged (#13734)
This commit is contained in:
parent
e600ecedbf
commit
00b178e43f
@ -123,7 +123,7 @@ describe('Add account', function () {
|
|||||||
|
|
||||||
// restore same seed phrase
|
// restore same seed phrase
|
||||||
const restoreSeedLink = await driver.findClickableElement(
|
const restoreSeedLink = await driver.findClickableElement(
|
||||||
'.unlock-page__link--import',
|
'.unlock-page__link',
|
||||||
);
|
);
|
||||||
|
|
||||||
await restoreSeedLink.click();
|
await restoreSeedLink.click();
|
||||||
|
Loading…
Reference in New Issue
Block a user