We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e72ba04 + b4906a7 commit 828e217Copy full SHA for 828e217
features/menu-location.feature
@@ -2,11 +2,11 @@ Feature: Manage WordPress menu locations
2
3
Background:
4
Given a WP install
5
+ And I run `wp theme delete --all --force`
6
+ And I run `wp theme install twentytwelve --activate`
7
8
Scenario: Assign / remove location from a menu
-
- When I run `wp theme install p2 --activate`
9
- And I run `wp menu location list`
+ When I run `wp menu location list`
10
Then STDOUT should be a table containing rows:
11
| location | description |
12
| primary | Primary Menu |
0 commit comments