We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677a71f commit bc44f3dCopy full SHA for bc44f3d
1 file changed
features/core-update.feature
@@ -389,7 +389,8 @@ Feature: Update WordPress core
389
Given a WP install
390
And an empty cache
391
392
- When I run `wp core download --version=6.5 --locale=de_DE --force`
+ # Using `try` in case there are checksum warnings.
393
+ When I try `wp core download --version=6.5 --locale=de_DE --force`
394
Then STDOUT should contain:
395
"""
396
Success: WordPress downloaded.
0 commit comments