Skip to content

Commit

Permalink
Merge branch 'MDL-79768-400-fix' of https://github.com/andelacruz/moodle
Browse files Browse the repository at this point in the history
 into MOODLE_400_STABLE
  • Loading branch information
junpataleta committed Oct 26, 2023
2 parents 285ddab + bec4ef8 commit 2728b6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mod/data/tests/behat/data_activity_timeline.feature
Expand Up @@ -36,7 +36,7 @@ Feature: Students can view upcoming data activities in the timeline block
And the activity date in "DB Future" should contain "<futureto>%A, %d %B %Y, %I:%M##"

Examples:
| pastfrom | pastto | futurefrom | futureto |
| ##1 month ago## | ##yesterday## | ##tomorrow## | ##tomorrow +1day## |
| ##yesterday## | ##yesterday +3hours## | ##tomorrow +3hours## | ##tomorrow +8hours## |
| ##6 months ago## | ##1 week ago## | ##now +6hours## | ##tomorrow +6days## |
| pastfrom | pastto | futurefrom | futureto |
| ##1 month ago## | ##yesterday## | ##tomorrow## | ##tomorrow +1day## |
| ##yesterday## | ##yesterday +3hours## | ##tomorrow noon## | ##tomorrow noon +3hours## |
| ##6 months ago## | ##1 week ago## | ##tomorrow +5days## | ##tomorrow +6days## |

0 comments on commit 2728b6d

Please sign in to comment.