describe("Display home", () => { it("Display the Home page component", () => { cy.visit("http://localhost:3000/login"); }); });