From eb50e5da4d22635bfee94c2b3f1a55922f49a82f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20P=C3=A9rez=20Pellicer?= <5908855+puntope@users.noreply.github.com> Date: Thu, 9 May 2024 11:33:20 +0400 Subject: [PATCH] Be sure GLA is activated --- 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 81fb21cd4f..3fd6495ad8 100755 --- a/tests/e2e/bin/test-env-setup.sh +++ b/tests/e2e/bin/test-env-setup.sh @@ -6,6 +6,9 @@ wp-env run tests-cli wp theme activate twentytwentytwo echo -e 'Install WooCommerce \n' wp-env run tests-cli -- wp plugin install woocommerce --activate +echo -e 'Activate Google Listings and Ads \n' +wp-env run tests-cli -- wp plugin activate google-listings-and-ads + echo -e 'Update URL structure \n' wp-env run tests-cli -- wp rewrite structure '/%postname%/' --hard