describe('Az első teszt', () => { it('A Valami szót tartalmazza?', () => { cy.visit('http://localhost:3000'); cy.contains('h1', 'Valami'); }); });