/// describe('example to-do app', () => { beforeEach(() => { cy.visit('http://localhost:5173') }) it('Test Name', () => { cy.get('.nav').contains('HERDE') }) })