diff --git a/e2e-tests/cypress/reports/json_logs/messages.ndjson b/e2e-tests/cypress/reports/json_logs/messages.ndjson deleted file mode 100644 index a9d6067ee..000000000 --- a/e2e-tests/cypress/reports/json_logs/messages.ndjson +++ /dev/null @@ -1 +0,0 @@ -{"testRunStarted":{"timestamp":{"seconds":1745928000,"nanos":165000000}}} diff --git a/e2e-tests/cypress/support/step_definitions/user_profile_change_password_steps.ts b/e2e-tests/cypress/support/step_definitions/user_profile_change_password_steps.ts index 0dc233a87..291fd9ada 100644 --- a/e2e-tests/cypress/support/step_definitions/user_profile_change_password_steps.ts +++ b/e2e-tests/cypress/support/step_definitions/user_profile_change_password_steps.ts @@ -5,7 +5,7 @@ import { Toasts } from '../../e2e/models/Toasts' const profilePage = new ProfilePage() When('the user opens the change password menu', () => { - cy.get(profilePage.openChangePassword).click() + cy.get(profilePage.openChangePassword).should('be.visible').click() cy.get(profilePage.newPasswordRepeatInput).should('be.visible') })