Skip to content

Commit 1896229

Browse files
committed
Use TwentyTwelve theme in menu location test
1 parent e72ba04 commit 1896229

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

features/menu-location.feature

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ Feature: Manage WordPress menu locations
22

33
Background:
44
Given a WP install
5+
And I try `wp theme install twentytwelve --force --activate`
56

67
Scenario: Assign / remove location from a menu
7-
8-
When I run `wp theme install p2 --activate`
9-
And I run `wp menu location list`
8+
When I run `wp menu location list`
109
Then STDOUT should be a table containing rows:
1110
| location | description |
1211
| primary | Primary Menu |

0 commit comments

Comments
 (0)