remove report from repository

This commit is contained in:
einhornimmond 2025-04-29 15:36:01 +02:00
parent e510b36b5a
commit 071e20c2aa
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
{"testRunStarted":{"timestamp":{"seconds":1745928000,"nanos":165000000}}}

View File

@ -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')
})