diff --git a/features/general.feature b/features/general.feature index 7c5a287..0b17771 100644 --- a/features/general.feature +++ b/features/general.feature @@ -42,14 +42,14 @@ Feature: General tests of WP Launch Check WordPress domains are verified to be in sync with Pantheon domains. """ - Scenario: WordPress is up to date + Scenario: WordPress is up-to-date Given a WP install When I run `wp core version` # This check is here to remind us to update versions when new releases are available. Then STDOUT should contain: """ - 6.6 + 6.7 """ When I run `wp launchcheck general`