Skip to content

Commit c342fd6

Browse files
committed
Merge branch 'main' into copilot/add-network-flag-event-run
2 parents 3ed78e7 + 990a21f commit c342fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cron.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Feature: Manage WP-Cron events and schedules
22

33
Background:
44
Given a WP install
5-
And I run `wp config set DISABLE_WP_CRON false --raw --type=constant --anchor="if ( ! defined( 'DISABLE_WP_CRON' ) )"`
5+
And I run `wp config set DISABLE_WP_CRON false --raw --type=constant --anchor="/* Add any custom values between this line and the \"stop editing\" line. */" --placement=after`
66

77
Scenario: Scheduling and then deleting an event
88
When I run `wp cron event schedule wp_cli_test_event_1 '+1 hour 5 minutes' --0=banana`

0 commit comments

Comments
 (0)