Commit ab63c876 authored by Fatih Acet's avatar Fatih Acet

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

Make sidebar specs compatible w/ BootstrapVue 2

See merge request gitlab-org/gitlab!19901
parents 96e16be6 ed7c0e7d
...@@ -24,6 +24,7 @@ describe('AssigneeAvatarLink component', () => { ...@@ -24,6 +24,7 @@ describe('AssigneeAvatarLink component', () => {
}; };
wrapper = shallowMount(AssigneeAvatarLink, { wrapper = shallowMount(AssigneeAvatarLink, {
attachToDocument: true,
propsData, propsData,
sync: false, sync: false,
}); });
......
...@@ -16,6 +16,7 @@ describe('CollapsedAssigneeList component', () => { ...@@ -16,6 +16,7 @@ describe('CollapsedAssigneeList component', () => {
}; };
wrapper = shallowMount(CollapsedAssigneeList, { wrapper = shallowMount(CollapsedAssigneeList, {
attachToDocument: true,
propsData, propsData,
sync: false, sync: false,
}); });
......
...@@ -18,6 +18,7 @@ describe('UncollapsedAssigneeList component', () => { ...@@ -18,6 +18,7 @@ describe('UncollapsedAssigneeList component', () => {
}; };
wrapper = mount(UncollapsedAssigneeList, { wrapper = mount(UncollapsedAssigneeList, {
attachToDocument: true,
sync: false, sync: false,
propsData, 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