You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cucumber_cpp/acceptance_test/test.bats
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -181,9 +181,9 @@ teardown() {
181
181
@test "Test error program hook results in error and skipped steps" {
182
182
run .build/Host/cucumber_cpp/acceptance_test/Debug/cucumber_cpp.acceptance_test.custom run --feature cucumber_cpp/acceptance_test/features --tag "@smoke and @result:OK" --report console --required --failprogramhook
183
183
assert_failure
184
-
assert_output --partial "skipped Given a given step"
184
+
refute_output --partial "skipped Given a given step"
0 commit comments