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 1dcbe69ef..5989bfffb 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 @@ -7,7 +7,7 @@ const profilePage = new ProfilePage() And('the user opens the change password menu', () => { cy.get(profilePage.openChangePassword).click() cy.get(profilePage.newPasswordRepeatInput).should('be.visible') - cy.get(profilePage.submitNewPasswordBtn).should('be.disabled') + cy.get(profilePage.submitNewPasswordBtn).should('have.class','btn-light') }) When('the user fills the password form with:', (table) => {