diff --git a/cypress/e2e/3-check-public-pages.cy.js b/cypress/e2e/3-check-public-pages.cy.js index 2ea5697b..9460739b 100644 --- a/cypress/e2e/3-check-public-pages.cy.js +++ b/cypress/e2e/3-check-public-pages.cy.js @@ -116,9 +116,9 @@ describe('Check Public Pages', () => { }) // library - it('Go to creatures page', () => { + it('Go to monsters page', () => { cy.visit({ - url: Cypress.env('URL') + '/creatures', + url: Cypress.env('URL') + '/monsters', method: 'GET', }) }) diff --git a/templates/kathrine/menus.php b/templates/kathrine/menus.php index e6b2bfbf..f2ef20ed 100644 --- a/templates/kathrine/menus.php +++ b/templates/kathrine/menus.php @@ -26,7 +26,7 @@ return [ 'Team' => 'team', ], MENU_CATEGORY_LIBRARY => [ - 'Monsters' => 'creatures', + 'Monsters' => 'monsters', 'Spells' => 'spells', 'Server Info' => 'server-info', 'Commands' => 'commands', diff --git a/templates/tibiacom/menus.php b/templates/tibiacom/menus.php index b89e5559..bf85c7b6 100644 --- a/templates/tibiacom/menus.php +++ b/templates/tibiacom/menus.php @@ -28,7 +28,7 @@ return [ 'Forum' => 'forum', ], MENU_CATEGORY_LIBRARY => [ - 'Monsters' => 'creatures', + 'Monsters' => 'monsters', 'Spells' => 'spells', 'Commands' => 'commands', 'Exp Stages' => 'exp-stages',