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 @@ -250,7 +250,7 @@ Feature: Do global search/replace
250
250
Scenario : Search and replace with the same terms
251
251
Given a WP install
252
252
253
- When I run `wp search-replace foo foo`
253
+ When I try `wp search-replace foo foo`
254
254
Then STDERR should be:
255
255
"""
256
256
Warning: Replacement value 'foo' is identical to search value 'foo'. Skipping operation.
@@ -575,7 +575,7 @@ Feature: Do global search/replace
575
575
| no_such_table | | skipped | |
576
576
And STDERR should be empty
577
577
578
- When I run `wp search-replace foo bar no_such_table --no-report`
578
+ When I try `wp search-replace foo bar no_such_table --no-report`
579
579
Then STDOUT should contain:
580
580
"""
581
581
Success: Made 0 replacements.
@@ -600,7 +600,7 @@ Feature: Do global search/replace
600
600
| no_key | | skipped | |
601
601
And STDERR should be empty
602
602
603
- When I run `wp search-replace foo bar no_key --no-report`
603
+ When I try `wp search-replace foo bar no_key --no-report`
604
604
Then STDOUT should contain:
605
605
"""
606
606
Success: Made 0 replacements.
You can’t perform that action at this time.
0 commit comments