From 245c55e942e880e67f69a5f08fababe1caf85988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20P=C3=A9rez=20Pellicer?= <5908855+puntope@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:41:24 +0100 Subject: [PATCH] Set the store as Live and disable Coming Soon --- tests/e2e/bin/test-env-setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/e2e/bin/test-env-setup.sh b/tests/e2e/bin/test-env-setup.sh index b06ed26c..dd017f1c 100755 --- a/tests/e2e/bin/test-env-setup.sh +++ b/tests/e2e/bin/test-env-setup.sh @@ -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'