Skip to content

Commit d116d9b

Browse files
Nikschavanschlessera
authored andcommitted
Indent the table STDOUT
1 parent c0e0474 commit d116d9b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

features/plugin.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ Feature: Manage WordPress plugins
352352

353353
When I run `wp plugin list --fields=name,status,update`
354354
Then STDOUT should be table containing rows:
355-
| name | status | update |
356-
| wordpress-importer | inactive | available |
355+
| name | status | update |
356+
| wordpress-importer | inactive | available |
357357

358358
When I run `wp transient delete update_themes --network`
359359
Then STDOUT should be:
@@ -363,8 +363,8 @@ Feature: Manage WordPress plugins
363363

364364
When I run `wp plugin list --fields=name,status,update --skip-update-check`
365365
Then STDOUT should be table containing rows:
366-
| name | status | update |
367-
| wordpress-importer | inactive | none |
366+
| name | status | update |
367+
| wordpress-importer | inactive | none |
368368

369369
Scenario: Install a plugin when directory doesn't yet exist
370370
Given a WP install

features/theme.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ Feature: Manage WordPress themes
189189
190190
When I run `wp theme list --fields=name,status,update`
191191
Then STDOUT should be table containing rows:
192-
| name | status | update |
193-
| astra | inactive | available |
192+
| name | status | update |
193+
| astra | inactive | available |
194194
195195
When I run `wp transient delete update_themes --network`
196196
Then STDOUT should be:
@@ -200,8 +200,8 @@ Feature: Manage WordPress themes
200200
201201
When I run `wp theme list --fields=name,status,update --skip-update-check`
202202
Then STDOUT should be table containing rows:
203-
| name | status | update |
204-
| astra | inactive | none |
203+
| name | status | update |
204+
| astra | inactive | none |
205205
206206
Scenario: Install a theme when the theme directory doesn't yet exist
207207
Given a WP install

0 commit comments

Comments
 (0)