Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use run instead on try in menu location feature test
  • Loading branch information
ernilambar committed Apr 25, 2024
commit b4906a7fd4dbdd802644bf911811420a0cdbeff0
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