From d71561957639fb937ff1f6e17475cd2b426ae0b1 Mon Sep 17 00:00:00 2001 From: Alexandre Dias <alex.jm.dias@gmail.com> Date: Fri, 7 Feb 2025 14:24:16 +0000 Subject: [PATCH] ISAICP-9399: Fix wrong calendar navigation in tests. --- tests/features/paragraphs/events_calendar.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/features/paragraphs/events_calendar.feature b/tests/features/paragraphs/events_calendar.feature index 3b0d614e1c..ed5e5261ce 100644 --- a/tests/features/paragraphs/events_calendar.feature +++ b/tests/features/paragraphs/events_calendar.feature @@ -14,7 +14,7 @@ Feature: | Old month event | Le Event Heureux | now -2 month | now -2 month +1 day | | Upcoming month event | Le Event Heureux | now +1 month | now +1 month +2 day | | Old week event | Le Event Heureux | now -1 week | now -1 week +2 day | - | Upcoming week Event | Le Event Heureux | now +1 week | now +1 week +1 day | + | Upcoming week Event | Le Event Heureux | now +1 week | now +2 week +1 day | | Dummy old month event | Collection two | now -2 month | now -2 month +1 day | | Dummy upcoming month event | Collection two | now +1 month + 1 day | now +1 month +2 day | | Dummy old week event | Collection two | now -1 week | now -1 week +2 day | @@ -43,7 +43,7 @@ Feature: When I navigate the calendar to "now -2 month" in month mode Then I see the "Old month event" showing in the Calendar And I see the "Dummy old month event" showing in the Calendar - When I navigate the calendar to "now +2 month" in month mode + When I navigate the calendar to "now +1 month" in month mode Then I see the "Upcoming month event" showing in the Calendar And I see the "Dummy upcoming month event" showing in the Calendar And I click "Upcoming month event" -- GitLab