mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
feat(test): updated Due Date test (#4925)
Signed-off-by: Alex Velichko <alex@hardcoreeng.com>
This commit is contained in:
parent
e44300c1c5
commit
dd6c1d699e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user