diff --git a/test/e2e/tests/add-account.spec.js b/test/e2e/tests/add-account.spec.js index 5e0b21c58..3c38f8e72 100644 --- a/test/e2e/tests/add-account.spec.js +++ b/test/e2e/tests/add-account.spec.js @@ -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();