We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e7a89 commit 0e9ea97Copy full SHA for 0e9ea97
1 file changed
features/language-core.feature
@@ -300,6 +300,7 @@ Feature: Manage translation files for a WordPress install
300
@require-wp-4.0
301
Scenario: Ensure correct language is installed for WP version
302
Given a WP install
303
+ And I run `wp theme activate twentytwenty`
304
And an empty cache
305
And I run `wp core download --version=4.5.3 --force`
306
@@ -312,6 +313,7 @@ Feature: Manage translation files for a WordPress install
312
313
314
Scenario: Ensure upgrader output is in English
315
316
317
318
And I run `wp core download --version=5.4.1 --force`
319
0 commit comments