Commit f0509669 authored by Tim Zallmann's avatar Tim Zallmann

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

Make issuables list specs compatible w/ BootstrapVue 2

See merge request gitlab-org/gitlab!20991
parents 37de5e48 cbf07e62
...@@ -45,6 +45,7 @@ describe('Issuable component', () => { ...@@ -45,6 +45,7 @@ describe('Issuable component', () => {
...props, ...props,
}, },
sync: false, sync: false,
attachToDocument: true,
}); });
}; };
......
...@@ -49,6 +49,7 @@ describe('Issuables list component', () => { ...@@ -49,6 +49,7 @@ describe('Issuables list component', () => {
}, },
localVue, localVue,
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