From 3095c52086d2627a4528a6b0d6e5983fef83ffc0 Mon Sep 17 00:00:00 2001 From: Nilambar Sharma Date: Wed, 2 Apr 2025 18:06:34 +0545 Subject: [PATCH] Fix Gherkin lint issues --- features/cap.feature | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/features/cap.feature b/features/cap.feature index 96eeb629..18411d6a 100644 --- a/features/cap.feature +++ b/features/cap.feature @@ -57,15 +57,15 @@ Feature: Manage Cap """ observe """ - Then STDOUT should not contain: + And STDOUT should not contain: """ detect """ - Then STDOUT should not contain: + And STDOUT should not contain: """ discover """ - Then STDOUT should not contain: + And STDOUT should not contain: """ examine """ @@ -83,15 +83,15 @@ Feature: Manage Cap """ observe,true """ - Then STDOUT should contain: + And STDOUT should contain: """ detect,false """ - Then STDOUT should contain: + And STDOUT should contain: """ discover,false """ - Then STDOUT should contain: + And STDOUT should contain: """ examine,false """ @@ -141,7 +141,7 @@ Feature: Manage Cap """ observe,true """ - Then STDOUT should not contain: + And STDOUT should not contain: """ detect,false """