1
0
Fork 0
mirror of synced 2024-06-17 01:44:53 +12:00

Merge pull request #8568 from Budibase/cypress_test_changes

Cypress - Skipping 2 Test Files
This commit is contained in:
Mitch-Budibase 2022-11-07 17:31:28 +00:00 committed by GitHub
commit 1e052241ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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