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',
})
})