Skip to content

Commit

Permalink
Merge pull request #494 from ernilambar/update-tests-menu-location
Browse files Browse the repository at this point in the history
Use TwentyTwelve theme in menu location test
  • Loading branch information
mrsdizzie authored Apr 25, 2024
2 parents e72ba04 + b4906a7 commit 828e217
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/menu-location.feature
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Feature: Manage WordPress menu locations

Background:
Given a WP install
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 theme install p2 --activate`
And I run `wp menu location list`
When I run `wp menu location list`
Then STDOUT should be a table containing rows:
| location | description |
| primary | Primary Menu |
Expand Down

0 comments on commit 828e217

Please sign in to comment.