fix broken e2e test from out of sync test merged (#13734)

feature/default_network_editable
Alex Donesky 3 years ago committed by GitHub
parent e600ecedbf
commit 00b178e43f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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();

Loading…
Cancel
Save