Commit 04e7ebde authored by Clement Ho's avatar Clement Ho

Merge branch 'winh-dashboard_spec-performance' into 'master'

Destroy component instances in environments dashboard tests

Closes #11443

See merge request gitlab-org/gitlab-ee!12644
parents 7a08f96f 820f3698
...@@ -47,6 +47,7 @@ describe('dashboard', () => { ...@@ -47,6 +47,7 @@ describe('dashboard', () => {
}); });
afterEach(() => { afterEach(() => {
wrapper.destroy();
store.replaceState(state()); store.replaceState(state());
}); });
......
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