Commit f8e60ae6 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'upgrade-bootstrap-vue/specs-update-notes' into 'master'

Make notes specs compatible w/ BootstrapVue 2

See merge request gitlab-org/gitlab!20495
parents fb31b03d 0922e3f2
...@@ -38,6 +38,7 @@ describe('issue_comment_form component', () => { ...@@ -38,6 +38,7 @@ describe('issue_comment_form component', () => {
}, },
store, store,
sync: false, sync: false,
attachToDocument: true,
}); });
}; };
......
...@@ -37,6 +37,8 @@ describe('DiscussionActions', () => { ...@@ -37,6 +37,8 @@ describe('DiscussionActions', () => {
shouldShowJumpToNextDiscussion: true, shouldShowJumpToNextDiscussion: true,
...props, ...props,
}, },
sync: false,
attachToDocument: true,
}); });
}; };
......
...@@ -7,6 +7,7 @@ describe('JumpToNextDiscussionButton', () => { ...@@ -7,6 +7,7 @@ describe('JumpToNextDiscussionButton', () => {
beforeEach(() => { beforeEach(() => {
wrapper = shallowMount(JumpToNextDiscussionButton, { wrapper = shallowMount(JumpToNextDiscussionButton, {
sync: false, sync: false,
attachToDocument: true,
}); });
}); });
......
...@@ -36,6 +36,7 @@ describe('DiscussionNotes', () => { ...@@ -36,6 +36,7 @@ describe('DiscussionNotes', () => {
'avatar-badge': '<span class="avatar-badge-slot-content" />', 'avatar-badge': '<span class="avatar-badge-slot-content" />',
}, },
sync: false, sync: false,
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