We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405f24c commit caeffdfCopy full SHA for caeffdf
1 file changed
features/widget-reset.feature
@@ -172,7 +172,7 @@ Feature: Reset WordPress sidebars
172
Then STDOUT should not be empty
173
174
When I run `wp widget list sidebar-2 --format=ids`
175
- Then STDOUT should be:
+ Then STDOUT should contain:
176
"""
177
search-3 calendar-1
178
@@ -183,7 +183,7 @@ Feature: Reset WordPress sidebars
183
And I run `wp widget list sidebar-2 --format=ids`
184
Then STDOUT should be empty
185
And I run `wp widget list wp_inactive_widgets --format=ids`
186
187
188
calendar-1 search-3
189
0 commit comments