Skip to content

Commit 92dc41c

Browse files
run -> try
1 parent b961099 commit 92dc41c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/search-replace.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Feature: Do global search/replace
250250
Scenario: Search and replace with the same terms
251251
Given a WP install
252252

253-
When I run `wp search-replace foo foo`
253+
When I try `wp search-replace foo foo`
254254
Then STDERR should be:
255255
"""
256256
Warning: Replacement value 'foo' is identical to search value 'foo'. Skipping operation.
@@ -575,7 +575,7 @@ Feature: Do global search/replace
575575
| no_such_table | | skipped | |
576576
And STDERR should be empty
577577

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`
579579
Then STDOUT should contain:
580580
"""
581581
Success: Made 0 replacements.
@@ -600,7 +600,7 @@ Feature: Do global search/replace
600600
| no_key | | skipped | |
601601
And STDERR should be empty
602602

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`
604604
Then STDOUT should contain:
605605
"""
606606
Success: Made 0 replacements.

0 commit comments

Comments
 (0)