File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments