Skip to content

Commit 2363676

Browse files
authored
Fix tests after WordPress 6.4 release (#133)
1 parent b78d89b commit 2363676

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/language-core.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)