File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -80,4 +80,3 @@ Feature: Manage comment custom fields
8080 | 1 | apple | banana |
8181 | 1 | apple | banana |
8282 | 1 | banana | ["apple ","apple "] |
83-
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Feature: Manage WordPress menu items
6565 Success: Deleted 1 of 1 menu items.
6666 """
6767 And I run `wp menu item list sidebar-menu --format=count`
68- Then STDOUT should be:
68+ And STDOUT should be:
6969 """
7070 2
7171 """
@@ -76,7 +76,7 @@ Feature: Manage WordPress menu items
7676 Success: Deleted 2 of 2 menu items.
7777 """
7878 And I run `wp menu item list sidebar-menu --format=count`
79- Then STDOUT should be:
79+ And STDOUT should be:
8080 """
8181 0
8282 """
@@ -103,8 +103,7 @@ Feature: Manage WordPress menu items
103103 | Child | {CHILD_ID } | {PARENT_ID } |
104104
105105 When I run `wp menu item delete {PARENT_ID}`
106-
107- When I run `wp menu item list grandparent-test --fields=title,db_id,menu_item_parent`
106+ And I run `wp menu item list grandparent-test --fields=title,db_id,menu_item_parent`
108107 Then STDOUT should be a table containing rows:
109108 | title | db_id | menu_item_parent |
110109 | Grandparent | {GRANDPARENT_ID } | 0 |
You can’t perform that action at this time.
0 commit comments