Commit a2d3d7b3 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '217012-fix-slow-specs-in-roadmap' into 'master'

Fix slow specs in roadmap

Closes #217012

See merge request gitlab-org/gitlab!31481
parents a096aef7 b39d5db1
......@@ -171,8 +171,8 @@ describe('RoadmapApp', () => {
let roadmapTimelineEl;
beforeEach(() => {
store.dispatch('receiveEpicsSuccess', { rawEpics: rawEpics.slice(0, 2) });
wrapper = createComponent(mount);
store.dispatch('receiveEpicsSuccess', { rawEpics });
roadmapTimelineEl = wrapper.find('.roadmap-timeline-section').element;
});
......
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