Skip to content

Commit 9091c32

Browse files
committed
Update the plugin-list.feature to more closely copy theme-list.feature.
1 parent 3c853c9 commit 9091c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/plugin-list.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Feature: List WordPress plugins
4444
| hello-dolly | inactive | available |
4545

4646
# Repeating the same command again should produce the same results
47-
When I run `wp plugin list --fields=name,status,update`
47+
When I run the previous command again
4848
Then STDOUT should be a table containing rows:
4949
| name | status | update |
5050
| hello-dolly | inactive | available |

0 commit comments

Comments
 (0)