diff options
author | Simon L. <szaimen@e.mail.de> | 2024-05-21 10:27:30 +0200 |
---|---|---|
committer | Simon L. <szaimen@e.mail.de> | 2024-05-21 10:27:40 +0200 |
commit | 31e8a14f2bab3e75fc0b2070421f15fe3b90461f (patch) | |
tree | ce0a5ef965b165a962b84aa60e9d14f08d39a569 /cypress/e2e | |
parent | 9f3b892f0c97f23ecac42818442eec1bde1e651e (diff) | |
download | nextcloud-server-31e8a14f2bab3e75fc0b2070421f15fe3b90461f.tar.gz nextcloud-server-31e8a14f2bab3e75fc0b2070421f15fe3b90461f.zip |
fix: cypress
Signed-off-by: Simon L <szaimen@e.mail.de>
Diffstat (limited to 'cypress/e2e')
-rw-r--r-- | cypress/e2e/core/header_access-levels.cy.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/e2e/core/header_access-levels.cy.ts b/cypress/e2e/core/header_access-levels.cy.ts index d1529376cf9..1c9954e12b4 100644 --- a/cypress/e2e/core/header_access-levels.cy.ts +++ b/cypress/e2e/core/header_access-levels.cy.ts @@ -108,7 +108,7 @@ describe('Header: Ensure regular users do not have admin settings in the Setting // I see that the "Apps" item in the Settings menu is shown cy.contains('li', 'Apps').should('be.visible') // I see that the "Users" item in the Settings menu is shown - cy.contains('li', 'Users').should('be.visible') + cy.contains('li', 'Accounts').should('be.visible') // I see that the "Help" item in the Settings menu is shown cy.contains('li', 'Help').should('be.visible') // I see that the "Log out" item in the Settings menu is shown |