From 3db260d8971dc5e3e7b3665c88a5a1dc6ebadcda Mon Sep 17 00:00:00 2001 From: Mitch-Budibase Date: Fri, 6 Jan 2023 10:39:49 +0000 Subject: [PATCH] Skip remaining appPublishWorkflow tests No longer needed - We get coverage via QA Wolf --- .../builder/cypress/integration/appPublishWorkflow.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/builder/cypress/integration/appPublishWorkflow.spec.js b/packages/builder/cypress/integration/appPublishWorkflow.spec.js index a8b59825e5..3376db0b2d 100644 --- a/packages/builder/cypress/integration/appPublishWorkflow.spec.js +++ b/packages/builder/cypress/integration/appPublishWorkflow.spec.js @@ -3,7 +3,7 @@ import { APP_TABLE_APP_NAME, DEPLOY_SUCCESS_MODAL } from "../support/interact"; const interact = require('../support/interact') filterTests(['all'], () => { - context("Publish Application Workflow", () => { + xcontext("Publish Application Workflow", () => { before(() => { cy.login() 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 cy.visit(`${Cypress.config().baseUrl}/builder`, { timeout: 5000 })