Skip to content

Commit

Permalink
feat(test): updated Due Date test (#4925)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Velichko <alex@hardcoreeng.com>
  • Loading branch information
nestoragent authored Mar 11, 2024
1 parent e44300c commit dd6c1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sanity/tests/model/tracker/issues-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit dd6c1d6

Please sign in to comment.