Skip to content

Commit

Permalink
Set the store as Live and disable Coming Soon
Browse files Browse the repository at this point in the history
  • Loading branch information
puntope committed Jan 9, 2025
1 parent 90b564d commit 7bee788
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 7bee788

Please sign in to comment.