mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
parent
f49a9bd7d8
commit
b350df0408
1 changed files with 3 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue