Skip to content

FE fix diffs specs leaking store

Paul Slaughter requested to merge ee-fe-fix-diffs-specs-leaking-store into master

What does this MR do?

(CE Port: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31698)

Throughout our spec/javascripts/spec we import the shared store rather than the store creator which causes some flakiness and non-determinism into these component tests 😱

This MR fixes this.

Edited by Paul Slaughter

Merge request reports