mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
Fix link to monsters
This commit is contained in:
parent
b323d9cee1
commit
2ae2ec3353
@ -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',
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
@ -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',
|
||||||
|
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user