From 363a2295df314a2467ae0a09fd25b6a7071b75d5 Mon Sep 17 00:00:00 2001 From: Nilambar Sharma Date: Fri, 11 Apr 2025 10:07:31 +0545 Subject: [PATCH] Fix Gherkin lint issues --- features/shell.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/features/shell.feature b/features/shell.feature index 53fa0d5cd..301c61bcd 100644 --- a/features/shell.feature +++ b/features/shell.feature @@ -4,8 +4,7 @@ Feature: WordPress REPL Given a WP install When I run `wp shell < /dev/null` - - When I run `wp shell --basic < /dev/null` + And I run `wp shell --basic < /dev/null` Then STDOUT should be empty Scenario: Persistent environment