1
0
Fork 0
mirror of synced 2024-06-22 16:10:40 +12:00

Cypress - Skipping 2 Test Files

The files are:

- addMultiOptionDatatype
- addRadioButtons

These tests are flakey from time to time and we no longer need them to be run consistently through Cypress. We will have E2E coverage via QAWolf and will also have some coverage via API Automation
This commit is contained in:
Mitch-Budibase 2022-11-07 17:10:35 +00:00
parent 40849d1ca4
commit 3559c19991
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()