Commit 678ca855 authored by Fatih Acet's avatar Fatih Acet

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

Remove useless attachToDocument usage in spec/frontend/sidebar

Closes #196761

See merge request gitlab-org/gitlab!23043
parents 5a149eaf 4cd85988
......@@ -15,7 +15,6 @@ describe('Assignee component', () => {
const createWrapper = (propsData = getDefaultProps()) => {
wrapper = mount(Assignee, {
propsData,
attachToDocument: true,
});
};
......
......@@ -23,7 +23,6 @@ describe('AssigneeAvatarLink component', () => {
};
wrapper = shallowMount(AssigneeAvatarLink, {
attachToDocument: true,
propsData,
});
}
......
......@@ -16,7 +16,6 @@ describe('CollapsedAssigneeList component', () => {
};
wrapper = shallowMount(CollapsedAssigneeList, {
attachToDocument: true,
propsData,
});
}
......
......@@ -18,7 +18,6 @@ describe('UncollapsedAssigneeList component', () => {
};
wrapper = mount(UncollapsedAssigneeList, {
attachToDocument: true,
propsData,
});
}
......
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