Skip to content

Commit 677a71f

Browse files
committed
Improve test
1 parent abc3c8d commit 677a71f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

features/core-update.feature

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,21 @@ Feature: Update WordPress core
387387

388388
Scenario: No HTML output from async translation updates during core update
389389
Given a WP install
390+
And an empty cache
390391

391-
When I run `wp core update --version=6.2.0 --force`
392+
When I run `wp core download --version=6.5 --locale=de_DE --force`
393+
Then STDOUT should contain:
394+
"""
395+
Success: WordPress downloaded.
396+
"""
397+
398+
When I run `wp core version --extra`
399+
Then STDOUT should contain:
400+
"""
401+
Package language: de_DE
402+
"""
403+
404+
When I run `wp core update --version=latest --force`
392405
Then STDOUT should not contain:
393406
"""
394407
<p>

0 commit comments

Comments
 (0)