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 130dcd6 commit 1f9609cCopy full SHA for 1f9609c
features/theme.feature
@@ -210,10 +210,10 @@ Feature: Manage WordPress themes
210
Scenario: Flag `--skip-update-check` skips update check when running `wp theme list`
211
Given a WP install
212
213
- When I run `wp theme install twentythirteen --version=1.1`
+ When I run `wp theme install twentythirteen --version=1.1 --force`
214
Then STDOUT should contain:
215
"""
216
- Theme installed successfully.
+ Installed 1 of 1 themes
217
218
219
When I run `wp theme list --fields=name,status,update`
0 commit comments