From 0270549a471f20ccb649018e9bf6b83d3ad4a3e7 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Thu, 16 Nov 2023 12:02:13 -0300 Subject: [PATCH] Install and activate the twentytwentyone theme Because we have problems with the new theme we try to address it in a new ticket. [MAILPOET-5713] --- mailpoet/tests/docker/codeception/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailpoet/tests/docker/codeception/docker-entrypoint.sh b/mailpoet/tests/docker/codeception/docker-entrypoint.sh index f53e4fe22f..412a505bb0 100755 --- a/mailpoet/tests/docker/codeception/docker-entrypoint.sh +++ b/mailpoet/tests/docker/codeception/docker-entrypoint.sh @@ -184,7 +184,7 @@ wp config set COOKIE_DOMAIN \$_SERVER[\'HTTP_HOST\'] --raw wp config set DISABLE_WP_CRON true --raw # activate theme -wp theme activate twentytwentyone +wp theme install twentytwentyone --activate if [[ $CIRCLE_JOB == *"_oldest"* ]]; then wp theme activate twentynineteen