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 8ad4fe8 commit 03a789eCopy full SHA for 03a789e
1 file changed
features/widget-reset.feature
@@ -133,8 +133,8 @@ Feature: Reset WordPress sidebars
133
Scenario: Testing movement of widgets while reset
134
Given a WP install
135
136
- # Might already be installed depending on WP version so STDERR may or may not be empty
137
- When I try `wp theme install twentytwelve --activate`
+ When I try `wp theme delete twentytwelve --force`
+ And I run `wp theme install twentytwelve --activate`
138
Then STDOUT should not be empty
139
And the return code should be 0
140
0 commit comments