Skip to content

Commit

Permalink
Merge pull request #483 from woocommerce/dev/fix-e2e-9.6
Browse files Browse the repository at this point in the history
Fix E2E tests for WC 9.6
  • Loading branch information
puntope authored Jan 13, 2025
2 parents 3b2f16b + 245c55e commit a3ae452
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/e2e/bin/test-env-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ wp-env run tests-cli wp option update blogname 'WooCommerce E2E Test Suite'

echo -e 'Adding basic WooCommerce settings... \n'
wp-env run tests-cli wp wc payment_gateway update cod --enabled=1 --user=admin

echo -e 'Set the store as live \n'
wp-env run tests-cli wp option update woocommerce_coming_soon 'no'

0 comments on commit a3ae452

Please sign in to comment.