Skip to content

Commit 03a789e

Browse files
committed
Fix missed third test
1 parent 8ad4fe8 commit 03a789e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

features/widget-reset.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ Feature: Reset WordPress sidebars
133133
Scenario: Testing movement of widgets while reset
134134
Given a WP install
135135

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`
136+
When I try `wp theme delete twentytwelve --force`
137+
And I run `wp theme install twentytwelve --activate`
138138
Then STDOUT should not be empty
139139
And the return code should be 0
140140

0 commit comments

Comments
 (0)