From f96e48fa6d4d8b341bcd3f52228b7abff8b934fb Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Sun, 6 Mar 2022 21:04:40 +0100 Subject: [PATCH] test: fix regression --- test/e2e/cypress/integration/profiles/import/import.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(