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

Fix `#billing-state` option select in e2e tests #454

Closed martynmjones closed 1 month ago

martynmjones commented 1 month ago

Changes proposed in this Pull Request:

Follow-up from #453 to fix #billing-state option select in e2e tests

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