File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments