it('titles are correct', () => { const page = cy.visit('http://localhost:3000'); page.get('h1').should('have.text', 'Welcome to Astro'); })