diff --git a/cypress/integration/calendar.spec.ts b/cypress/integration/calendar.spec.ts index 2de4c36df..eefb583f2 100644 --- a/cypress/integration/calendar.spec.ts +++ b/cypress/integration/calendar.spec.ts @@ -1,7 +1,7 @@ /// /// -context.only("Event Calendar", () => { +context("Event Calendar", () => { beforeEach(() => { cy.visit("/calendar"); }); @@ -10,7 +10,7 @@ context.only("Event Calendar", () => { cy.contains("58.3%").should("not.exist"); }); - it.only("tournament info renders as expected", () => { + it("tournament info renders as expected", () => { cy.contains("In The Zone Ultimate"); cy.contains("SZ Only");