Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions features/language-core.feature
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ Feature: Manage translation files for a WordPress install
@require-wp-4.0 @require-mysql
Scenario: Ensure correct language is installed for WP version
Given a WP install
And I try `wp theme install twentytwentyone`
And I run `wp theme activate twentytwentyone`
And an empty cache
And I run `wp core download --version=4.5.3 --force`
Expand All @@ -321,6 +322,7 @@ Feature: Manage translation files for a WordPress install
@require-wp-4.0 @require-mysql
Scenario: Ensure upgrader output is in English
Given a WP install
And I try `wp theme install twentytwentyone`
And I run `wp theme activate twentytwentyone`
And an empty cache
And I run `wp core download --version=5.4.1 --force`
Expand Down