Skip to content

Commit 3814bb7

Browse files
committed
chore(cypress): Add handling for added password confirmation dialog
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 786e8ba commit 3814bb7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cypress/e2e/settings/apps.cy.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ describe('Settings: App management', { testIsolation: true }, () => {
163163
.find('span')
164164
.contains('admin')
165165
.click()
166+
167+
handlePasswordConfirmation(admin.password)
168+
166169
cy.get('span.name-parts__first')
167170
.contains('admin')
168171
.should('be.visible')

0 commit comments

Comments
 (0)