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