diff --git a/test/e2e/cypress/integration/profiles/import/import.spec.ts b/test/e2e/cypress/integration/profiles/import/import.spec.ts index 0d082ec7f31e..c539809924bb 100644 --- a/test/e2e/cypress/integration/profiles/import/import.spec.ts +++ b/test/e2e/cypress/integration/profiles/import/import.spec.ts @@ -63,7 +63,7 @@ context('Import Identities', () => { cy.visit(express.login) // Try to sign in with an incorrect password - cy.get('input[name="password_identifier"]').type(email) + cy.get('input[name="identifier"]').type(email) cy.get('input[name="password"]').type('invalid-password') cy.submitPasswordForm() cy.get('*[data-testid="ui/message/4000006"]').should(