1
0
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:
Alex Donesky 2022-02-23 13:05:55 -06:00 committed by GitHub
parent e600ecedbf
commit 00b178e43f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ describe('Add account', function () {
// restore same seed phrase
const restoreSeedLink = await driver.findClickableElement(
'.unlock-page__link--import',
'.unlock-page__link',
);
await restoreSeedLink.click();