File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ Feature: Manage WP Cron events
133133 """
134134 Call to undefined function breakthings()
135135 """
136- Then the {RUN_DIR}/server.log file should exist
136+ And the {RUN_DIR}/server.log file should exist
137137 And the {RUN_DIR}/server.log file should contain:
138138 """
139139 LOG A SHUTDOWN FROM ERROR
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Feature: Manage WP-Cron events and schedules
7575
7676 Scenario : Scheduling, running, and deleting duplicate events
7777 When I run `wp cron event schedule wp_cli_test_event_5 '+20 minutes' --0=banana`
78- When I run `wp cron event schedule wp_cli_test_event_5 '+20 minutes' --0=bar`
78+ And I run `wp cron event schedule wp_cli_test_event_5 '+20 minutes' --0=bar`
7979 Then STDOUT should not be empty
8080
8181 When I run `wp cron event list --format=csv --fields=hook,recurrence,args`
@@ -111,7 +111,7 @@ Feature: Manage WP-Cron events and schedules
111111 """
112112
113113 When I run `wp cron event schedule wp_cli_test_event_5 '+20 minutes' --0=banana`
114- When I run `wp cron event schedule wp_cli_test_event_5 '+20 minutes' --0=bar`
114+ And I run `wp cron event schedule wp_cli_test_event_5 '+20 minutes' --0=bar`
115115 Then STDOUT should not be empty
116116
117117 When I run `wp cron event list`
You can’t perform that action at this time.
0 commit comments