Skip to content

Commit

Permalink
Remove local env specific flag
Browse files Browse the repository at this point in the history
  • Loading branch information
wpalani committed Jun 24, 2024
1 parent 8b67e56 commit d7a29ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/global-ctb.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d7a29ba

Please sign in to comment.