From f5252793ea89b34e1b7c2ece3408fc27daad9d67 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Thu, 1 Apr 2021 10:43:51 +0300 Subject: [PATCH] calendar tests remove only --- cypress/integration/calendar.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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");