No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

display-home.spec.js 132B

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