Commit 96c02b45 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'xanf-remove-attachToDocument-196751' into 'master'

Remove useless attachToDocument usage in ee/spec/frontend/dependencies

Closes #196751

See merge request gitlab-org/gitlab!23052
parents f369b121 a5db4626
......@@ -34,7 +34,6 @@ describe('DependenciesApp component', () => {
wrapper = mount(DependenciesApp, {
store,
attachToDocument: true,
propsData: { ...props },
stubs,
});
......
......@@ -18,7 +18,6 @@ describe('DependenciesActions component', () => {
wrapper = shallowMount(DependenciesActions, {
...options,
store,
attachToDocument: true,
propsData: { ...propsData },
});
};
......
......@@ -18,7 +18,6 @@ describe('DependencyLicenseLinks component', () => {
const licenses = addUrls(createLicenses(numLicenses), numLicensesWithUrl);
wrapper = shallowMount(DependenciesLicenseLinks, {
attachToDocument: true,
propsData: {
licenses,
title,
......
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