adapt passwort reset e2e test to changes in vue component

This commit is contained in:
mahula 2023-06-13 13:54:31 +02:00
parent 7743b925af
commit 117162d366

View File

@ -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) => {