From 0e8b2ff5e5eeec57aca904f596c4e54edbc516ca Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Wed, 13 Nov 2024 10:49:38 -0700 Subject: [PATCH] bump theme in 6.7 test to twentytwentyfive twentytwentytwo is no longer included in the default themes --- features/general.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/general.feature b/features/general.feature index c7a0852..b8980f7 100644 --- a/features/general.feature +++ b/features/general.feature @@ -61,7 +61,7 @@ Feature: General tests of WP Launch Check Scenario: WordPress has a new minor version but no new major version Given a WP install And I run `wp core download --version=6.7 --force` - And I run `wp theme activate twentytwentytwo` + And I run `wp theme activate twentytwentyfive` And the current WP version is not the latest When I run `wp launchcheck general`