Skip to content

Commit

Permalink
Merge pull request #44 from newfold-labs/update/test-uninstall-cli-co…
Browse files Browse the repository at this point in the history
…mmand

Update test uninstall command
  • Loading branch information
circlecube authored Dec 13, 2024
2 parents c1485a1 + 2cb73f1 commit edcda7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/cypress/integration/coming-soon-woo.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe( 'Coming Soon with WooCommerce', { testIsolation: true }, () => {
after( () => {
// Uninstall WooCommerce and extensions
wpCli(
'plugin uninstall --all --deactivate --exclude=bluehost-wordpress-plugin,wp-plugin-hostgator,wp-plugin-crazy-domains,wp-plugin-web,wp-plugin-mojo,wpforms-lite',
'plugin uninstall woocommerce yith-stripe-payments-for-woocommerce-extended yith-paypal-payments-for-woocommerce-extended --deactivate',
{
timeout: 60000,
log: true,
Expand Down
2 changes: 1 addition & 1 deletion tests/cypress/integration/coming-soon.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ describe( 'Coming Soon', { testIsolation: true }, () => {

// this test is already in the ecommerce module, and the code is in the ecommerce module
// once the component is moved into this module this test will be used and the ecom test removed
it( 'Launching launches site', () => {
it.skip( 'Launching launches site', () => {
cy.visit(
'/wp-admin/admin.php?page=' +
Cypress.env( 'pluginId' ) +
Expand Down

0 comments on commit edcda7d

Please sign in to comment.