chore(cypress): Add handling for added password confirmation dialog

chore(cypress): Add handling for added password confirmation dialog

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>

[skip ci]
This commit is contained in:
Côme Chilliet 2026-04-21 14:32:15 +02:00 committed by backportbot[bot]
parent f49a9bd7d8
commit b350df0408

View file

@ -163,6 +163,9 @@ describe('Settings: App management', { testIsolation: true }, () => {
.find('span')
.contains('admin')
.click()
handlePasswordConfirmation(admin.password)
cy.get('span.name-parts__first')
.contains('admin')
.should('be.visible')