Skip to content

Commit

Permalink
MDL-76507 behat: change step to use 'Recent and next 60 days' option
Browse files Browse the repository at this point in the history
It was detected that 'This month' option may cause failures in builds in between months
so using the 'Recent and next 60 days' still fixes the weekend scenario and also the
in between months issue.
  • Loading branch information
lameze authored and sarjona committed Dec 1, 2022
1 parent e5f97c0 commit 1531541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar/tests/behat/export.feature
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Feature: Export calendar events
When I click on "Import or export calendars" "link"
And I click on "Export calendar" "button"
And I set the field "All events" to "1"
And I set the field "This month" to "1"
And I set the field "Recent and next 60 days" to "1"
And I press "Export"
And I should see "SUMMARY:My event"
# We need to split the step in two because Bennu library use days with leading zero and moodle removes it.
Expand Down

0 comments on commit 1531541

Please sign in to comment.