Commit d4f9535a authored by Phil Hughes's avatar Phil Hughes

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

Make EE design management specs compatible w/ BootstrapVue 2

See merge request gitlab-org/gitlab!19907
parents 7ab9440a 14d8a5c9
......@@ -6,6 +6,7 @@ describe('Design management upload button component', () => {
function createComponent(isSaving = false, isInverted = false) {
wrapper = shallowMount(UploadButton, {
attachToDocument: true,
sync: false,
propsData: {
isSaving,
......
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