Skip to content

Commit

Permalink
Merge pull request #2755 from woocommerce/dev/fix-e2e-9.6
Browse files Browse the repository at this point in the history
Fix E2E tests in WC 9.6
  • Loading branch information
puntope authored Jan 9, 2025
2 parents 90b564d + 7bee788 commit 23419b9
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 @@ -34,3 +34,6 @@ wp-env run tests-cli wp option update woocommerce_block_product_tour_shown 'yes'

echo -e 'Set the variable product tour of classic product editor to not display \n'
wp-env run tests-cli wp user meta update admin woocommerce_admin_variable_product_tour_shown '"yes"'

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

0 comments on commit 23419b9

Please sign in to comment.