Commit a8a5c821 authored by Kushal Pandya's avatar Kushal Pandya

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

Remove useless attachToDocument usage in spec/frontend/notes

Closes #196759

See merge request gitlab-org/gitlab!23045
parents cb1c4029 11750a69
......@@ -37,7 +37,6 @@ describe('issue_comment_form component', () => {
noteableType,
},
store,
attachToDocument: true,
});
};
......
......@@ -5,9 +5,7 @@ describe('JumpToNextDiscussionButton', () => {
let wrapper;
beforeEach(() => {
wrapper = shallowMount(JumpToNextDiscussionButton, {
attachToDocument: true,
});
wrapper = shallowMount(JumpToNextDiscussionButton);
});
afterEach(() => {
......
......@@ -31,7 +31,6 @@ describe('DiscussionNotes', () => {
slots: {
'avatar-badge': '<span class="avatar-badge-slot-content" />',
},
attachToDocument: true,
});
};
......
......@@ -59,7 +59,6 @@ describe('note_app', () => {
</div>`,
},
{
attachToDocument: true,
propsData,
store,
},
......
......@@ -21,7 +21,6 @@ describe('NoteEditedText', () => {
beforeEach(() => {
wrapper = shallowMount(NoteEditedText, {
propsData,
attachToDocument: true,
});
});
......
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