From d7a29baba34fd9484c4849aeaa13b6e5a93c6c1c Mon Sep 17 00:00:00 2001 From: wpalani Date: Mon, 24 Jun 2024 15:17:04 -0700 Subject: [PATCH] Remove local env specific flag --- tests/cypress/integration/global-ctb.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cypress/integration/global-ctb.cy.js b/tests/cypress/integration/global-ctb.cy.js index 803d6ec..c7f2be9 100644 --- a/tests/cypress/integration/global-ctb.cy.js +++ b/tests/cypress/integration/global-ctb.cy.js @@ -4,7 +4,7 @@ const global_ctb_products = require( '../fixtures/global-ctb-products.json' ); describe( 'Click to buy', function () { before( () => { cy.visit( '/wp-admin/index.php' ); - cy.exec( 'npx wp-env run cli wp transient delete newfold_marketplace', {failOnNonZeroExit: false} ); + cy.exec( 'npx wp-env run cli wp transient delete newfold_marketplace' ); cy.intercept( { method: 'GET',