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

Skip remaining appPublishWorkflow tests

No longer needed - We get coverage via QA Wolf
This commit is contained in:
Mitch-Budibase 2023-01-06 10:39:49 +00:00
parent e8ecdefb14
commit 3db260d897

View file

@ -3,7 +3,7 @@ import { APP_TABLE_APP_NAME, DEPLOY_SUCCESS_MODAL } from "../support/interact";
const interact = require('../support/interact') const interact = require('../support/interact')
filterTests(['all'], () => { filterTests(['all'], () => {
context("Publish Application Workflow", () => { xcontext("Publish Application Workflow", () => {
before(() => { before(() => {
cy.login() cy.login()
cy.deleteAllApps() cy.deleteAllApps()
@ -70,7 +70,7 @@ filterTests(['all'], () => {
}) })
}) })
it("Should unpublish an application using the link and reflect the status change", () => { xit("Should unpublish an application using the link and reflect the status change", () => {
//Assuming the previous test app exists and is published //Assuming the previous test app exists and is published
cy.visit(`${Cypress.config().baseUrl}/builder`, { timeout: 5000 }) cy.visit(`${Cypress.config().baseUrl}/builder`, { timeout: 5000 })