Skip to content

Commit

Permalink
test: fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 7, 2022
1 parent 87b3bce commit f96e48f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f96e48f

Please sign in to comment.