Skip to content

Commit 500f976

Browse files
committed
More test fixes
1 parent 9b23d37 commit 500f976

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

features/theme.feature

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ Feature: Manage WordPress themes
105105

106106
When I run `wp theme list`
107107
Then STDOUT should be a table containing rows:
108-
| name | status | update | version | update_version | auto_update |
109-
| twentytwelve | active | available | 1.5 | {UPDATE_VERSION} | off |
108+
| name | status | update | version | update_version | auto_update | type |
109+
| twentytwelve | active | available | 1.5 | {UPDATE_VERSION} | off | classic |
110110

111111
When I try `wp theme update`
112112
Then STDERR should be:
@@ -757,7 +757,8 @@ Feature: Manage WordPress themes
757757
Scenario: Check theme type field for classic themes
758758
Given a WP install
759759

760-
When I run `wp theme list --fields=name,type --name=twentytwelve`
760+
When I run `wp theme install twentytwelve --force`
761+
And I run `wp theme list --fields=name,type --name=twentytwelve`
761762
Then STDOUT should be a table containing rows:
762763
| name | type |
763764
| twentytwelve | classic |

0 commit comments

Comments
 (0)