Skip to content

Commit 50d893a

Browse files
committed
Fix more tests
1 parent 5102cce commit 50d893a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/theme-check-update.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Feature: Check for theme updates
33
Scenario: Check for theme updates with no updates available
44
Given a WP install
55

6-
When I run `wp theme install twentytwelve`
6+
When I run `wp theme install twentytwelve --force`
77
Then STDOUT should not be empty
88

99
When I run `wp theme check-update --all`
@@ -35,7 +35,7 @@ Feature: Check for theme updates
3535
When I run `wp theme install twentyfourteen --version=1.0 --force`
3636
Then STDOUT should not be empty
3737

38-
When I run `wp theme install twentytwelve`
38+
When I run `wp theme install twentytwelve --force`
3939
Then STDOUT should not be empty
4040

4141
When I run `wp theme check-update twentyfourteen --format=csv`

0 commit comments

Comments
 (0)