diff --git a/tests/System/integration/administrator/components/com_menu/Menu.cy.js b/tests/System/integration/administrator/components/com_menu/Menu.cy.js index f775ca49edd43..1b44800c02245 100644 --- a/tests/System/integration/administrator/components/com_menu/Menu.cy.js +++ b/tests/System/integration/administrator/components/com_menu/Menu.cy.js @@ -1,4 +1,4 @@ -describe('Test in backend that the user form', () => { +describe('Test in backend that the menu form', () => { beforeEach(() => cy.doAdministratorLogin()); afterEach(() => cy.task('queryDB', "DELETE FROM #__menu_types WHERE menutype = 'test'"));