From c0f9551c0a1ce6add6da2aa2fd284bee6a5f42cc Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sun, 22 Mar 2026 10:28:09 +0200 Subject: [PATCH] test visit admin page --- cypress/e2e/home.cy.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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') }) })