We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2aa535 commit b4782aaCopy full SHA for b4782aa
features/post.feature
@@ -380,10 +380,7 @@ Feature: Manage WordPress posts
380
381
Scenario: List posts with tax query
382
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
-
+ When I run `wp term create category "Second Category" --porcelain`
387
When I run `wp post create --post_title='post-1' --post_category="First Category"`
388
When I run `wp post create --post_title='post-2' --post_category="Second Category"`
389
And I run `wp post create --post_title='new post' --post_date='2025-01-24T09:52:00.000Z'`
0 commit comments