Skip to content

Commit

Permalink
Merge pull request #49 from newfold-labs/update/woo-uninstall-test
Browse files Browse the repository at this point in the history
allow uninstall cli command to fail
  • Loading branch information
circlecube authored Jan 23, 2025
2 parents db1f3f0 + 4ebd72a commit a31cd92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/cypress/integration/coming-soon-woo.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ describe( 'Coming Soon with WooCommerce', { testIsolation: true }, () => {
{
timeout: 60000,
log: true,
failOnNonZeroExit: false,
}
);
} );
Expand All @@ -46,7 +47,7 @@ describe( 'Coming Soon with WooCommerce', { testIsolation: true }, () => {
cy.get(
'#wp-toolbar #wp-admin-bar-woocommerce-site-visibility-badge a.ab-item'
)
.contains( 'a', 'Coming soon' )
.contains( 'a', 'Coming soon', { matchCase: false } )
.should( 'be.visible' );
} );

Expand Down

0 comments on commit a31cd92

Please sign in to comment.