From cff24ec5ec962f8b91f158368b05a9ef1f4a881c Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Fri, 12 Sep 2025 11:52:46 +0200 Subject: [PATCH] Fix broken term recount test There was a missing step that is now caught thanks to a new change in Behat v3.24.0 --- features/term-recount.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/term-recount.feature b/features/term-recount.feature index ddd5d5d2..802c230d 100644 --- a/features/term-recount.feature +++ b/features/term-recount.feature @@ -49,6 +49,7 @@ Feature: Recount terms on a taxonomy When I run `wp term recount category` And I run `wp term get category {TERM_ID} --field=count` + Then STDOUT should be: """ 1 """