Skip to content
Snippets Groups Projects
Verified Commit d7156195 authored by Alexandre Dias's avatar Alexandre Dias
Browse files

ISAICP-9399: Fix wrong calendar navigation in tests.

parent 5cb6d66c
No related branches found
No related tags found
1 merge request!209Release 2.2.0
...@@ -14,7 +14,7 @@ Feature: ...@@ -14,7 +14,7 @@ Feature:
| Old month event | Le Event Heureux | now -2 month | now -2 month +1 day | | 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 | | 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 | | 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 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 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 | | Dummy old week event | Collection two | now -1 week | now -1 week +2 day |
...@@ -43,7 +43,7 @@ Feature: ...@@ -43,7 +43,7 @@ Feature:
When I navigate the calendar to "now -2 month" in month mode When I navigate the calendar to "now -2 month" in month mode
Then I see the "Old month event" showing in the Calendar Then I see the "Old month event" showing in the Calendar
And I see the "Dummy 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 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 see the "Dummy upcoming month event" showing in the Calendar
And I click "Upcoming month event" And I click "Upcoming month event"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment