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
it('Go to creatures page', () => {
it('Go to monsters page', () => {
cy.visit({
url: Cypress.env('URL') + '/creatures',
url: Cypress.env('URL') + '/monsters',
method: 'GET',
})
})

View File

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

View File

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