Skipping Screen Tests

This commit is contained in:
Mitch-Budibase 2023-01-16 11:17:11 +00:00
parent 88ec8d4db0
commit e92afe146a
1 changed files with 6 additions and 6 deletions
packages/builder/cypress/integration

View File

@ -2,7 +2,7 @@ import filterTests from "../support/filterTests"
const interact = require('../support/interact')
filterTests(["smoke", "all"], () => {
context("Screen Tests", () => {
xcontext("Screen Tests", () => {
before(() => {
cy.login()
cy.createTestApp()