Skip to content

Commit bdf4cfa

Browse files
committed
fix theme test active state
1 parent ad0b22f commit bdf4cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/theme.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Feature: Manage WordPress themes
8484
When I run `wp theme list`
8585
Then STDOUT should be a table containing rows:
8686
| name | status | update | version | update_version |
87-
| p2 | active | available | 1.4.2 | {UPDATE_VERSION} |
87+
| p2 | inactive | available | 1.4.2 | {UPDATE_VERSION} |
8888

8989
When I run `wp theme activate p2`
9090
Then STDOUT should not be empty
@@ -102,7 +102,7 @@ Feature: Manage WordPress themes
102102
When I run `wp theme list`
103103
Then STDOUT should be a table containing rows:
104104
| name | status | update | version | update_version |
105-
| p2 | inactive | available | 1.4.1 | {UPDATE_VERSION} |
105+
| p2 | active | available | 1.4.1 | {UPDATE_VERSION} |
106106

107107
When I try `wp theme update`
108108
Then STDERR should be:

0 commit comments

Comments
 (0)