Skip to content

Commit b4782aa

Browse files
committed
Dont save output
1 parent e2aa535 commit b4782aa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

features/post.feature

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,10 +380,7 @@ Feature: Manage WordPress posts
380380

381381
Scenario: List posts with tax query
382382
When I run `wp term create category "First Category" --porcelain`
383-
And save STDOUT as {TERM_ID}
384-
And I run `wp term create category "Second Category" --porcelain`
385-
And save STDOUT as {SECOND_TERM_ID}
386-
383+
When I run `wp term create category "Second Category" --porcelain`
387384
When I run `wp post create --post_title='post-1' --post_category="First Category"`
388385
When I run `wp post create --post_title='post-2' --post_category="Second Category"`
389386
And I run `wp post create --post_title='new post' --post_date='2025-01-24T09:52:00.000Z'`

0 commit comments

Comments
 (0)