Skip to content

Fix flaky epic spec

John Hope requested to merge jh-fix-flaky-epic-spec into master

What does this MR do and why?

This spec fails at the start of a new calendar quarter because of the way the epics are initialized with a relative due date in the past. The epic roadmap renders the current calendar quarter only, so these epics don't appear in the first 10-20 days of a new calendar quarter and the expectation to find epics instead of an empty state fails.

This change sets the due date in the future for the epic fixtures so that they will always appear in the roadmap for the current quarter.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports