Skip to content

Commit c775d38

Browse files
Nikschavanschlessera
authored andcommitted
Update step title
1 parent d116d9b commit c775d38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

features/plugin.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

features/theme.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)