Skip to content

Commit f1f3600

Browse files
Nikschavanschlessera
authored andcommitted
Remove row headers from the stdout tests
1 parent 6b20309 commit f1f3600

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

features/plugin.feature

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -352,22 +352,16 @@ 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-
---------------------+----------+-----------+
356355
| name | status | update |
357-
---------------------+----------+-----------+
358356
| wordpress-importer | inactive | available |
359-
---------------------+----------+-----------+
360357

361358
When I run `wp transient delete update_plugins`
362359
Success: Transient deleted.
363360

364361
When I run `wp plugin list --fields=name,status,update --skip-update-check`
365362
Then STDOUT should be table containing rows:
366-
---------------------+----------+-----------+
367363
| name | status | update |
368-
---------------------+----------+-----------+
369364
| wordpress-importer | inactive | none |
370-
---------------------+----------+-----------+
371365

372366
Scenario: Install a plugin when directory doesn't yet exist
373367
Given a WP install

features/theme.feature

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,22 +189,16 @@ 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-
--------+----------+------------
193192
| name | status | update |
194-
--------+----------+------------
195193
| astra | inactive | available |
196-
--------+----------+------------
197194
198195
When I run `wp transient delete update_themes`
199196
Success: Transient deleted.
200197
201198
When I run `wp theme list --fields=name,status,update --skip-update-check`
202199
Then STDOUT should be table containing rows:
203-
+-------+----------+--------+
204200
| name | status | update |
205-
+-------+----------+--------+
206201
| astra | inactive | none |
207-
+-------+----------+--------+
208202
209203
Scenario: Install a theme when the theme directory doesn't yet exist
210204
Given a WP install

0 commit comments

Comments
 (0)