File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ Feature: Manage WordPress plugins
351351 """
352352
353353 When I run `wp plugin list --fields=name,status,update`
354- Then STDOUT should be table containing rows:
354+ Then STDOUT should be a table containing rows:
355355 | name | status | update |
356356 | wordpress -importer | inactive | available |
357357
@@ -362,7 +362,7 @@ Feature: Manage WordPress plugins
362362 """
363363
364364 When I run `wp plugin list --fields=name,status,update --skip-update-check`
365- Then STDOUT should be table containing rows:
365+ Then STDOUT should be a table containing rows:
366366 | name | status | update |
367367 | wordpress -importer | inactive | none |
368368
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ Feature: Manage WordPress themes
188188 """
189189
190190 When I run `wp theme list --fields=name,status,update`
191- Then STDOUT should be table containing rows:
191+ Then STDOUT should be a table containing rows:
192192 | name | status | update |
193193 | astra | inactive | available |
194194
@@ -199,7 +199,7 @@ Feature: Manage WordPress themes
199199 """
200200
201201 When I run `wp theme list --fields=name,status,update --skip-update-check`
202- Then STDOUT should be table containing rows:
202+ Then STDOUT should be a table containing rows:
203203 | name | status | update |
204204 | astra | inactive | none |
205205
You can’t perform that action at this time.
0 commit comments