File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments