Skip to content

Commit 3d21eef

Browse files
committed
Fix Gherkin lint issue
1 parent a3e1b0a commit 3d21eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/post.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Feature: Manage WordPress posts
402402
And save STDOUT as {CAT_2}
403403
And I run `wp term create post_tag "Term One" --porcelain`
404404
And I run `wp term create post_tag "Term Two" --porcelain`
405-
When I run `wp post create --post_title='Test Post' --post_content='Test post content' --tax_input='{"category":[{CAT_1},{CAT_2}],"post_tag":["term-one", "term-two"]}' --porcelain`
405+
And I run `wp post create --post_title='Test Post' --post_content='Test post content' --tax_input='{"category":[{CAT_1},{CAT_2}],"post_tag":["term-one", "term-two"]}' --porcelain`
406406
Then STDOUT should be a number
407407
And save STDOUT as {POST_ID}
408408

0 commit comments

Comments
 (0)