@@ -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