Skip to content

Commit 0e9ea97

Browse files
committed
Switch to safe theme before downgrading
1 parent 83e7a89 commit 0e9ea97

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

features/language-core.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ Feature: Manage translation files for a WordPress install
300300
@require-wp-4.0
301301
Scenario: Ensure correct language is installed for WP version
302302
Given a WP install
303+
And I run `wp theme activate twentytwenty`
303304
And an empty cache
304305
And I run `wp core download --version=4.5.3 --force`
305306

@@ -312,6 +313,7 @@ Feature: Manage translation files for a WordPress install
312313
@require-wp-4.0
313314
Scenario: Ensure upgrader output is in English
314315
Given a WP install
316+
And I run `wp theme activate twentytwenty`
315317
And an empty cache
316318
And I run `wp core download --version=5.4.1 --force`
317319

0 commit comments

Comments
 (0)