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
301301 @require-wp-4.0 @require-mysql
302302 Scenario : Ensure correct language is installed for WP version
303303 Given a WP install
304+ And I try `wp theme install twentytwentyone`
304305 And I run `wp theme activate twentytwentyone`
305306 And an empty cache
306307 And I run `wp core download --version=4.5.3 --force`
@@ -321,6 +322,7 @@ Feature: Manage translation files for a WordPress install
321322 @require-wp-4.0 @require-mysql
322323 Scenario : Ensure upgrader output is in English
323324 Given a WP install
325+ And I try `wp theme install twentytwentyone`
324326 And I run `wp theme activate twentytwentyone`
325327 And an empty cache
326328 And I run `wp core download --version=5.4.1 --force`
You can’t perform that action at this time.
0 commit comments