WooCommerce Services is a feature plugin that integrates hosted services into WooCommerce (3.0+), and currently includes automated tax rates and the ability to purchase and print USPS shipping labels.
This PR fixes the issue with activating/deactivating e2e test and makes the WP version used for CI e2e and the local e2e tests the identical to make it more transparent which version is used.
The issue was that we've flagged the plugin compatible with WP6.2+, whereas the e2e was randomly sometimes installing v6.1 and failing to upgrade it, which resulted in WP completely disabling the activation of the plugin.
Description
This PR fixes the issue with activating/deactivating e2e test and makes the WP version used for CI e2e and the local e2e tests the identical to make it more transparent which version is used.
The issue was that we've flagged the plugin compatible with WP6.2+, whereas the e2e was randomly sometimes installing v6.1 and failing to upgrade it, which resulted in WP completely disabling the activation of the plugin.