@@ -79,8 +79,8 @@ Feature: Manage WordPress themes
7979
8080 When I run `wp theme list`
8181 Then STDOUT should be a table containing rows:
82- | name | status | update | version |
83- | p2 | inactive | available | 1 .4 .2 |
82+ | name | status | update | version | auto_update |
83+ | p2 | inactive | available | 1 .4 .2 | off |
8484
8585 When I run `wp theme activate p2`
8686 Then STDOUT should not be empty
@@ -97,8 +97,8 @@ Feature: Manage WordPress themes
9797
9898 When I run `wp theme list`
9999 Then STDOUT should be a table containing rows:
100- | name | status | update | version |
101- | p2 | active | available | 1 .4 .1 |
100+ | name | status | update | version | auto_update |
101+ | p2 | active | available | 1 .4 .1 | off |
102102
103103 When I try `wp theme update`
104104 Then STDERR should be:
@@ -217,8 +217,8 @@ Feature: Manage WordPress themes
217217
218218 When I run `wp theme list --fields=name,status,update --skip-update-check`
219219 Then STDOUT should be a table containing rows:
220- | name | status | update |
221- | astra | inactive | none |
220+ | name | status | update | auto_update |
221+ | astra | inactive | none | off |
222222
223223 Scenario : Install a theme when the theme directory doesn't yet exist
224224 Given a WP install
@@ -388,8 +388,8 @@ Feature: Manage WordPress themes
388388 When I try `wp theme list --fields=name,status`
389389 Then STDOUT should be a table containing rows:
390390 | name | status |
391- | moina -blog | active |
392- | moina | parent |
391+ | moina -blog | active |
392+ | moina | parent |
393393
394394 Scenario : When updating a theme --format should be the same when using --dry-run
395395 Given a WP install
0 commit comments