mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
ci(cypress): replace "remove group" with "delete group"
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
parent
83f0d7f07c
commit
89032afd3e
1 changed files with 4 additions and 4 deletions
|
|
@ -139,8 +139,8 @@ describe('Settings: Delete an empty group', { testIsolation: false }, () => {
|
|||
})
|
||||
|
||||
it('can delete the group', () => {
|
||||
// The "Remove group" action in the actions menu is shown and clicked
|
||||
cy.get('.action-item__popper button').contains('Remove group').should('exist').click({ force: true })
|
||||
// The "Delete group" action in the actions menu is shown and clicked
|
||||
cy.get('.action-item__popper button').contains('Delete group').should('exist').click({ force: true })
|
||||
// And confirmation dialog accepted
|
||||
cy.get('.modal-container button').contains('Confirm').click({ force: true })
|
||||
|
||||
|
|
@ -190,8 +190,8 @@ describe('Settings: Delete a non empty group', () => {
|
|||
.find('button.action-item__menutoggle')
|
||||
.click({ force: true })
|
||||
|
||||
// The "Remove group" action in the actions menu is shown and clicked
|
||||
cy.get('.action-item__popper button').contains('Remove group').should('exist').click({ force: true })
|
||||
// The "Delete group" action in the actions menu is shown and clicked
|
||||
cy.get('.action-item__popper button').contains('Delete group').should('exist').click({ force: true })
|
||||
// And confirmation dialog accepted
|
||||
cy.get('.modal-container button').contains('Confirm').click({ force: true })
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue