Skip to content

Commit

Permalink
fix: reverting specs
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed Apr 22, 2024
1 parent a561e82 commit 32a43aa
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions cypress/e2e/milanTest.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ describe("Navigation to other pages", () => {
cy.url().should("include", "/");
});

it("Checking Navigation to Clubs", () => {
cy.visit("/");
cy.get("nav").contains("Clubs").click();
cy.url().should("include", "/clubs");
});

it("Checking Navigation to Events", () => {
cy.visit("/");
cy.get("nav").contains("Events").click();
cy.url().should("include", "/events");
});
// it("Checking Navigation to Clubs", () => {
// cy.visit("/");
// cy.get("nav").contains("Clubs").click();
// cy.url().should("include", "/clubs");
// });

// it("Checking Navigation to Events", () => {
// cy.visit("/");
// cy.get("nav").contains("Events").click();
// cy.url().should("include", "/events");
// });

it("Checking Navigation to Shop", () => {
cy.visit("/");
Expand Down

0 comments on commit 32a43aa

Please sign in to comment.