aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>2025-05-23 09:40:58 +0200
committerJérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>2025-05-23 09:45:37 +0200
commit54a58c0ddaa37b35ced6377ca69ee3f8475d26c4 (patch)
tree93dbb612c7f55009fe067d7647c8c5877285ffdf
parent8f6bb92df8efd85217776a712ca9d23cd2eb7aac (diff)
downloadnextcloud-server-54a58c0ddaa37b35ced6377ca69ee3f8475d26c4.tar.gz
nextcloud-server-54a58c0ddaa37b35ced6377ca69ee3f8475d26c4.zip
ci(cypress): replace "remove group" with "delete group"Jerome-Herbinet-replace-remove-wording-with-delete
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
-rw-r--r--cypress/e2e/settings/users_groups.cy.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/cypress/e2e/settings/users_groups.cy.ts b/cypress/e2e/settings/users_groups.cy.ts
index 01f545d16f3..8d84ddc6bb4 100644
--- a/cypress/e2e/settings/users_groups.cy.ts
+++ b/cypress/e2e/settings/users_groups.cy.ts
@@ -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 })