describe('Home Page', () => { it('displays all 3 products on the home page', () => { cy.visit('/'); }); });