Skip to content

Commit 5102cce

Browse files
committed
Force install theme
1 parent 7c89401 commit 5102cce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features/theme-check-update.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Feature: Check for theme updates
3232
Scenario: Check for specific theme updates
3333
Given a WP install
3434

35-
When I run `wp theme install twentyfourteen --version=1.0`
35+
When I run `wp theme install twentyfourteen --version=1.0 --force`
3636
Then STDOUT should not be empty
3737

3838
When I run `wp theme install twentytwelve`
@@ -47,7 +47,7 @@ Feature: Check for theme updates
4747
Scenario: Check for all theme updates with --all flag
4848
Given a WP install
4949

50-
When I run `wp theme install twentyfourteen --version=1.0`
50+
When I run `wp theme install twentyfourteen --version=1.0 --force`
5151
Then STDOUT should not be empty
5252

5353
When I run `wp theme check-update --all --format=csv`
@@ -59,7 +59,7 @@ Feature: Check for theme updates
5959
Scenario: Check for theme updates in different output formats
6060
Given a WP install
6161

62-
When I run `wp theme install twentyfourteen --version=1.0`
62+
When I run `wp theme install twentyfourteen --version=1.0 --force`
6363
Then STDOUT should not be empty
6464

6565
When I run `wp theme check-update twentyfourteen --format=json`
@@ -81,7 +81,7 @@ Feature: Check for theme updates
8181
Scenario: Check for theme updates with custom fields
8282
Given a WP install
8383

84-
When I run `wp theme install twentyfourteen --version=1.0`
84+
When I run `wp theme install twentyfourteen --version=1.0 --force`
8585
Then STDOUT should not be empty
8686

8787
When I run `wp theme check-update twentyfourteen --fields=name,version`

0 commit comments

Comments
 (0)