describe('The Home page.', () => { it("successfully loads", () => { cy.visit("/") }) })