File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,12 @@ Feature: Manage WordPress menu locations
44
44
"""
45
45
46
46
When I run `wp menu location assign secondary-menu primary`
47
- And I run `wp menu list --fields=slug,locations`
47
+ Then STDOUT should be:
48
+ """
49
+ Success: Assigned location primary to menu secondary-menu.
50
+ """
51
+
52
+ When I run `wp menu list --fields=slug,locations`
48
53
Then STDOUT should be a table containing rows:
49
54
| slug | locations |
50
55
| primary -menu | |
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ function($o) {
100
100
* ## EXAMPLES
101
101
*
102
102
* $ wp menu location assign primary-menu primary
103
- * Success: Assigned location to menu.
103
+ * Success: Assigned location primary to menu primary- menu.
104
104
*
105
105
* @subcommand assign
106
106
*/
You can’t perform that action at this time.
0 commit comments