Merge pull request #9352 from Budibase/cypress

Skipping Screen Tests
This commit is contained in:
Mitch-Budibase 2023-01-16 11:30:03 +00:00 committed by GitHub
commit 00a7016573
1 changed files with 6 additions and 6 deletions

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()