File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Feature: Install WP-CLI packages
7171 Given an empty directory
7272
7373 When I run `wp package install yoast/wp-cli-faker`
74- And STDOUT should contain:
74+ Then STDOUT should contain:
7575 """
7676 Success: Package installed
7777 """
@@ -178,7 +178,7 @@ Feature: Install WP-CLI packages
178178 """
179179 Removing require statement for package 'wp-cli/google-sitemap-generator-cli' from
180180 """
181- Then STDOUT should contain:
181+ And STDOUT should contain:
182182 """
183183 Removing repository details from
184184 """
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Feature: Update WP-CLI packages
1212 """
1313 Success: Package installed.
1414 """
15- Then STDERR should be empty
15+ And STDERR should be empty
1616
1717 When I run `wp package update`
1818 Then STDOUT should contain:
You can’t perform that action at this time.
0 commit comments