mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -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
07e0555c73
commit
0ea55bad6f
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