mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(tests): Adjust tests for changed css classes
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
5088cbc489
commit
4166733965
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ describe('Settings: Create and delete accounts', function() {
|
|||
// The "Delete account" action in the actions menu is shown and clicked
|
||||
cy.get('.action-item__popper .action').contains('Delete account').should('exist').click({ force: true })
|
||||
// And confirmation dialog accepted
|
||||
cy.get('.oc-dialog button').contains(`Delete ${testUser.userId}`).click({ force: true })
|
||||
cy.get('.nc-generic-dialog button').contains(`Delete ${testUser.userId}`).click({ force: true })
|
||||
|
||||
// Make sure no confirmation modal is shown
|
||||
handlePasswordConfirmation(admin.password)
|
||||
|
|
|
|||
Loading…
Reference in a new issue