Skip to content

Commit f9247ed

Browse files
authored
Update features/widget-reset.feature
1 parent 07a0508 commit f9247ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/widget-reset.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Feature: Reset WordPress sidebars
168168
# Simulate an inactive (unregistered) sidebar by moving widget data to an orphaned key
169169
When I run `wp eval '$w = wp_get_sidebars_widgets(); $w["orphaned-sidebar-1"] = $w["sidebar-1"]; $w["sidebar-1"] = []; update_option( "sidebars_widgets", $w );'`
170170

171-
When I run `wp sidebar list --inactive --fields=id --format=ids`
171+
And I run `wp sidebar list --inactive --fields=id --format=ids`
172172
Then STDOUT should be:
173173
"""
174174
orphaned-sidebar-1

0 commit comments

Comments
 (0)