Commit f29a7652 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch '8985-fix-due-date-spec-issue-item' into 'master'

Use date from the past to ensure timeago rendering absolute value

Closes #8985

See merge request gitlab-org/gitlab-ee!8966
parents a682bd4e c09a2514
...@@ -12,7 +12,7 @@ describe('issueItem', () => { ...@@ -12,7 +12,7 @@ describe('issueItem', () => {
path: `${gl.TEST_HOST}/path`, path: `${gl.TEST_HOST}/path`,
title: 'title', title: 'title',
confidential: true, confidential: true,
dueDate: '2018-12-31', dueDate: '1990-12-31',
weight: 10, weight: 10,
createdAt: '2018-12-01T00:00:00.00Z', createdAt: '2018-12-01T00:00:00.00Z',
milestone: defaultMilestone, milestone: defaultMilestone,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment