Skip to content

Commit b4906a7

Browse files
committed
Use run instead on try in menu location feature test
1 parent 1896229 commit b4906a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/menu-location.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Feature: Manage WordPress menu locations
22

33
Background:
44
Given a WP install
5-
And I try `wp theme install twentytwelve --force --activate`
5+
And I run `wp theme delete --all --force`
6+
And I run `wp theme install twentytwelve --activate`
67

78
Scenario: Assign / remove location from a menu
89
When I run `wp menu location list`

0 commit comments

Comments
 (0)