diff --git a/frontend/cypress/e2e/examplee2e.cy.ts b/frontend/cypress/e2e/examplee2e.cy.ts index b09f2a4f..8f16470c 100644 --- a/frontend/cypress/e2e/examplee2e.cy.ts +++ b/frontend/cypress/e2e/examplee2e.cy.ts @@ -1,3 +1,5 @@ -describe('should pass',()=>{ - cy.visit('http://localhost:3001/news/') +describe('example',()=>{ + it('should pass', ()=>{ + cy.visit('http://localhost:3001/news/') + }) }) \ No newline at end of file