We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78d89b commit 2363676Copy full SHA for 2363676
1 file changed
features/language-core.feature
@@ -301,6 +301,7 @@ Feature: Manage translation files for a WordPress install
301
@require-wp-4.0 @require-mysql
302
Scenario: Ensure correct language is installed for WP version
303
Given a WP install
304
+ And I try `wp theme install twentytwentyone`
305
And I run `wp theme activate twentytwentyone`
306
And an empty cache
307
And I run `wp core download --version=4.5.3 --force`
@@ -321,6 +322,7 @@ Feature: Manage translation files for a WordPress install
321
322
323
Scenario: Ensure upgrader output is in English
324
325
326
327
328
And I run `wp core download --version=5.4.1 --force`
0 commit comments