File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -590,7 +590,7 @@ Feature: Manage WordPress comments
590590 And I run `wp comment create --comment_post_ID=1 --comment_content='Comment 2' --porcelain`
591591 And save STDOUT as {COMMENT_ID_2}
592592
593- When I run `wp comment delete {COMMENT_ID_1} {COMMENT_ID_2} 99999`
593+ When I try `wp comment delete {COMMENT_ID_1} {COMMENT_ID_2} 99999`
594594 Then STDOUT should contain:
595595 """
596596 Success: Trashed comment {COMMENT_ID_1}.
@@ -599,11 +599,11 @@ Feature: Manage WordPress comments
599599 """
600600 Success: Trashed comment {COMMENT_ID_2}.
601601 """
602- And STDOUT should contain:
602+ And STDERR should contain:
603603 """
604604 Warning: Failed deleting comment 99999.
605605 """
606- And STDOUT should contain:
606+ And STDERR should contain:
607607 """
608608 Error: Failed deleting 1 comments.
609609 """
You can’t perform that action at this time.
0 commit comments