Skip to content

Commit 27a6dae

Browse files
authored
Apply suggestions from code review
1 parent 3d762f7 commit 27a6dae

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

features/theme-cache.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Feature: Manage theme cache
44
Given a WP installation
55

66
Scenario: Clear cache for a single theme
7-
When I run `wp theme install twentytwentyfour --activate`
7+
When I run `wp theme install twentytwentyfour --force --activate`
88
Then STDOUT should contain:
99
"""
1010
Success:
@@ -17,13 +17,13 @@ Feature: Manage theme cache
1717
"""
1818

1919
Scenario: Clear cache for multiple themes
20-
When I run `wp theme install twentytwentythree`
20+
When I run `wp theme install twentytwentythree --force `
2121
Then STDOUT should contain:
2222
"""
2323
Success:
2424
"""
2525

26-
When I run `wp theme install twentytwentyfour`
26+
When I run `wp theme install twentytwentyfour --force `
2727
Then STDOUT should contain:
2828
"""
2929
Success:
@@ -36,7 +36,7 @@ Feature: Manage theme cache
3636
"""
3737

3838
Scenario: Clear cache for all themes
39-
When I run `wp theme install twentytwentythree`
39+
When I run `wp theme install twentytwentythree --force `
4040
Then STDOUT should contain:
4141
"""
4242
Success:

0 commit comments

Comments
 (0)