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.
1 parent e72ba04 commit 1896229Copy full SHA for 1896229
features/menu-location.feature
@@ -2,11 +2,10 @@ Feature: Manage WordPress menu locations
2
3
Background:
4
Given a WP install
5
+ And I try `wp theme install twentytwelve --force --activate`
6
7
Scenario: Assign / remove location from a menu
-
8
- 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