From 31e8a14f2bab3e75fc0b2070421f15fe3b90461f Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 21 May 2024 10:27:30 +0200 Subject: fix: cypress Signed-off-by: Simon L --- cypress/e2e/core/header_access-levels.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cypress/e2e') 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 -- cgit v1.2.3