From 2ae2ec3353831a6236b002b7a113b4b593050fd4 Mon Sep 17 00:00:00 2001 From: slawkens Date: Mon, 13 Jan 2025 22:09:15 +0100 Subject: [PATCH] Fix link to monsters --- cypress/e2e/3-check-public-pages.cy.js | 4 ++-- templates/kathrine/menus.php | 2 +- templates/tibiacom/menus.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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',