mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
remove report from repository
This commit is contained in:
parent
e510b36b5a
commit
071e20c2aa
@ -1 +0,0 @@
|
||||
{"testRunStarted":{"timestamp":{"seconds":1745928000,"nanos":165000000}}}
|
||||
@ -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')
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user