diff --git a/cypress/e2e/home.cy.js b/cypress/e2e/home.cy.js index 35225f1..af905a6 100644 --- a/cypress/e2e/home.cy.js +++ b/cypress/e2e/home.cy.js @@ -1,6 +1,6 @@ -describe('The home page', () => { - it('successfully loads', () => { - cy.visit('/') +describe('The admin page', () => { + it('successfully loads texts', () => { + cy.visit('/admin') }) })