From 139e219f38628da1a75967da39fcd9e929aa5dff Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Wed, 3 Apr 2024 10:19:43 -0600 Subject: [PATCH] remove the thing that's not working and replace with a long bash thing --- features/general.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/general.feature b/features/general.feature index 2db6baa..6b26815 100644 --- a/features/general.feature +++ b/features/general.feature @@ -61,6 +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.5 --force` + And I run `latestVersion=$(wp core check-update --field=version) && currentVersion=$(wp core version) && [ "$latestVersion" == "$currentVersion" ]; then; echo "There is no new minor version available"; exit 0; fi` And I run `wp theme activate twentytwentytwo` And the current WP version is not the latest