File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ Feature: Manage WordPress plugins
355355 | name | status | update |
356356 | wordpress -importer | inactive | available |
357357
358- When I run `wp transient delete update_plugins `
358+ When I run `wp transient delete update_themes --network `
359359 Success: Transient deleted.
360360
361361 When I run `wp plugin list --fields=name,status,update --skip-update-check`
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ Feature: Manage WordPress themes
192192 | name | status | update |
193193 | astra | inactive | available |
194194
195- When I run `wp transient delete update_themes`
195+ When I run `wp transient delete update_themes --network `
196196 Success: Transient deleted.
197197
198198 When I run `wp theme list --fields=name,status,update --skip-update-check`
You can’t perform that action at this time.
0 commit comments