Skip to content

Commit

Permalink
Use run instead on try in menu location feature test
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Apr 25, 2024
1 parent 1896229 commit b4906a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features/menu-location.feature
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Feature: Manage WordPress menu locations

Background:
Given a WP install
And I try `wp theme install twentytwelve --force --activate`
And I run `wp theme delete --all --force`
And I run `wp theme install twentytwelve --activate`

Scenario: Assign / remove location from a menu
When I run `wp menu location list`
Expand Down

0 comments on commit b4906a7

Please sign in to comment.