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 6bff4b5 commit 70efcdcCopy full SHA for 70efcdc
features/theme.feature
@@ -217,8 +217,8 @@ Feature: Manage WordPress themes
217
218
When I run `wp theme list --fields=name,status,update --skip-update-check`
219
Then STDOUT should be a table containing rows:
220
- | name | status | update | auto_update |
221
- | astra | inactive | none | off |
+ | name | status | update |
+ | astra | inactive | none |
222
223
Scenario: Install a theme when the theme directory doesn't yet exist
224
Given a WP install
0 commit comments