We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e81665 commit 3d67d7eCopy full SHA for 3d67d7e
1 file changed
features/theme-check-update.feature
@@ -4,9 +4,8 @@ Feature: Check for theme updates
4
Given a WP install
5
6
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`
+ And I run `wp theme update --all`
+ And I run `wp theme check-update --all`
10
Then STDOUT should contain:
11
"""
12
Success: All themes are up to date.
0 commit comments