Removing Add Multi-Option Datatype Test from Cypress Suite

We don't need a specific test file for this.

The test file will remain for now but will not run. The test will be reworked into a different test file or as part of the API testing
This commit is contained in:
Mitch-Budibase 2022-08-11 17:43:33 +01:00
parent 9893db4bb0
commit f99a6c69a5
1 changed files with 1 additions and 1 deletions

View File

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