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 d1f03b1 commit ad0b22fCopy full SHA for ad0b22f
features/theme.feature
@@ -84,7 +84,7 @@ Feature: Manage WordPress themes
84
When I run `wp theme list`
85
Then STDOUT should be a table containing rows:
86
| name | status | update | version | update_version |
87
- | p2 | inactive | available | 1.4.2 | {UPDATE_VERSION} |
+ | p2 | active | available | 1.4.2 | {UPDATE_VERSION} |
88
89
When I run `wp theme activate p2`
90
Then STDOUT should not be empty
0 commit comments