File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -301,6 +301,7 @@ Feature: Manage translation files for a WordPress install
301
301
@require-wp-4.0 @require-mysql
302
302
Scenario : Ensure correct language is installed for WP version
303
303
Given a WP install
304
+ And I try `wp theme install twentytwentyone`
304
305
And I run `wp theme activate twentytwentyone`
305
306
And an empty cache
306
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
@require-wp-4.0 @require-mysql
322
323
Scenario : Ensure upgrader output is in English
323
324
Given a WP install
325
+ And I try `wp theme install twentytwentyone`
324
326
And I run `wp theme activate twentytwentyone`
325
327
And an empty cache
326
328
And I run `wp core download --version=5.4.1 --force`
You can’t perform that action at this time.
0 commit comments