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
parent 07e0555c73
commit 0ea55bad6f
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

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