1
0
Fork 0
mirror of synced 2024-10-06 04:54:52 +13:00

Skip revertApp Cypress Spec File

We have API Automation coverage for reverting applications
This commit is contained in:
Mitch-Budibase 2022-11-16 11:33:30 +00:00
parent d5df198bc4
commit 5b53df8126

View file

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