feat(test): updated Due Date test (#4925)

Signed-off-by: Alex Velichko <alex@hardcoreeng.com>
This commit is contained in:
Alex Velichko 2024-03-11 21:50:18 +03:00 committed by GitHub
parent e44300c1c5
commit dd6c1d699e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -134,7 +134,7 @@ export class IssuesPage extends CommonTrackerPage {
date.setDate(date.getDate() - 1)
break
case 'nextWeek':
date.setDate(date.getDate() + 7)
date.setDate(date.getDate() + 8)
break
case 'nextMonth':
if (date.getMonth() === 11) {