Fix link to monsters

This commit is contained in:
slawkens 2025-01-13 22:09:15 +01:00
parent b323d9cee1
commit 2ae2ec3353
3 changed files with 4 additions and 4 deletions

View File

@ -116,9 +116,9 @@ describe('Check Public Pages', () => {
}) })
// library // library
it('Go to creatures page', () => { it('Go to monsters page', () => {
cy.visit({ cy.visit({
url: Cypress.env('URL') + '/creatures', url: Cypress.env('URL') + '/monsters',
method: 'GET', method: 'GET',
}) })
}) })

View File

@ -26,7 +26,7 @@ return [
'Team' => 'team', 'Team' => 'team',
], ],
MENU_CATEGORY_LIBRARY => [ MENU_CATEGORY_LIBRARY => [
'Monsters' => 'creatures', 'Monsters' => 'monsters',
'Spells' => 'spells', 'Spells' => 'spells',
'Server Info' => 'server-info', 'Server Info' => 'server-info',
'Commands' => 'commands', 'Commands' => 'commands',

View File

@ -28,7 +28,7 @@ return [
'Forum' => 'forum', 'Forum' => 'forum',
], ],
MENU_CATEGORY_LIBRARY => [ MENU_CATEGORY_LIBRARY => [
'Monsters' => 'creatures', 'Monsters' => 'monsters',
'Spells' => 'spells', 'Spells' => 'spells',
'Commands' => 'commands', 'Commands' => 'commands',
'Exp Stages' => 'exp-stages', 'Exp Stages' => 'exp-stages',