mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-15 18:39:20 +02:00
Addition to previous commit
This commit is contained in:
parent
bf06bed385
commit
ee360386d8
@ -17,7 +17,7 @@ describe('Check Public Pages', () => {
|
||||
|
||||
it('Go to changelog page', () => {
|
||||
cy.visit({
|
||||
url: Cypress.env('URL') + '/changelog',
|
||||
url: Cypress.env('URL') + '/change-log',
|
||||
method: 'GET',
|
||||
})
|
||||
})
|
||||
@ -132,7 +132,7 @@ describe('Check Public Pages', () => {
|
||||
|
||||
it('Go to server info page', () => {
|
||||
cy.visit({
|
||||
url: Cypress.env('URL') + '/server-info',
|
||||
url: Cypress.env('URL') + '/ots-info',
|
||||
method: 'GET',
|
||||
})
|
||||
})
|
||||
|
3
system/pages/changelog.php
Normal file
3
system/pages/changelog.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
require 'change-log.php';
|
3
system/pages/server-info.php
Normal file
3
system/pages/server-info.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
require 'ots-info.php';
|
@ -4,7 +4,7 @@ return [
|
||||
MENU_CATEGORY_NEWS => [
|
||||
'Latest News' => 'news',
|
||||
'News Archive' => 'news/archive',
|
||||
'Changelog' => 'changelog',
|
||||
'Changelog' => 'change-log',
|
||||
],
|
||||
MENU_CATEGORY_ACCOUNT => [
|
||||
'Account Management' => 'account/manage',
|
||||
@ -28,7 +28,7 @@ return [
|
||||
MENU_CATEGORY_LIBRARY => [
|
||||
'Monsters' => 'monsters',
|
||||
'Spells' => 'spells',
|
||||
'Server Info' => 'server-info',
|
||||
'Server Info' => 'ots-info',
|
||||
'Commands' => 'commands',
|
||||
'Exp Stages' => 'exp-stages',
|
||||
'Gallery' => 'gallery',
|
||||
|
@ -4,7 +4,7 @@ return [
|
||||
MENU_CATEGORY_NEWS => [
|
||||
'Latest News' => 'news',
|
||||
'News Archive' => 'news/archive',
|
||||
'Changelog' => 'changelog',
|
||||
'Changelog' => 'change-log',
|
||||
],
|
||||
MENU_CATEGORY_ACCOUNT => [
|
||||
'Account Management' => 'account/manage',
|
||||
@ -33,7 +33,7 @@ return [
|
||||
'Commands' => 'commands',
|
||||
'Exp Stages' => 'exp-stages',
|
||||
'Gallery' => 'gallery',
|
||||
'Server Info' => 'server-info',
|
||||
'Server Info' => 'ots-info',
|
||||
'Exp Table' => 'exp-table',
|
||||
'FAQ' => 'faq',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user