woocommerce / woocommerce-google-analytics-integration

WordPress plugin: Provides the integration between WooCommerce and Google Analytics.
http://wordpress.org/plugins/woocommerce-google-analytics-integration/
170 stars 69 forks source link

Update `#billing-state` locator to fix failing E2E test #453

Closed martynmjones closed 1 month ago

martynmjones commented 1 month ago

Changes proposed in this Pull Request:

Closes #452

Adjusts the locator for the #billing-state input to fix the failing E2E test with WooCommerce 9.2.0-rc.1

Detailed test instructions:

  1. npm run wp-env:up
  2. npm run -- wp-env run tests-cli -- wp plugin update woocommerce --version=9.1.0-rc.1
  3. npm run -- wp-env run tests-cli -- wp wc update
  4. npm run test:e2e
  5. Confirm tests pass

Changelog entry