Skip to content

Commit 129d19b

Browse files
committed
e2e fix
1 parent 87e7a59 commit 129d19b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/e2e/changepassword.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe('Change Password Screen', () => {
2222
cy.get('input[id="currentPassword"]').type('wrong');
2323
cy.get('input[id="newPassword"]').type(newPassword);
2424
cy.get('input[id="confirmNewPassword"]').type(newPassword);
25-
cy.get('button[type="submit"]').click();
25+
cy.get('[data-cy="changePasswordButton"]').click();
2626
cy.contains(
2727
'The password is invalid or the user does not have a password. (auth/wrong-password).',
2828
).should('exist');

0 commit comments

Comments
 (0)