mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
adapt passwort reset e2e test to changes in vue component
This commit is contained in:
parent
7743b925af
commit
117162d366
@ -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) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user