mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-08 04:05:54 -05:00
calendar tests remove only
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/// <reference types="cypress" />
|
||||
/// <reference path="../support/index.d.ts" />
|
||||
|
||||
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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user