Skip to content

Commit 3d67d7e

Browse files
committed
Fix test
1 parent 2e81665 commit 3d67d7e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

features/theme-check-update.feature

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ Feature: Check for theme updates
44
Given a WP install
55

66
When I run `wp theme install twentytwelve --force`
7-
Then STDOUT should not be empty
8-
9-
When I run `wp theme check-update --all`
7+
And I run `wp theme update --all`
8+
And I run `wp theme check-update --all`
109
Then STDOUT should contain:
1110
"""
1211
Success: All themes are up to date.

0 commit comments

Comments
 (0)