diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-25 18:10:00 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-25 18:10:00 +0000 |
commit | 51873e3d3f01e79584674164ba120f847bc96d02 (patch) | |
tree | 73134440fee63568311a73f764568f8289ad86f0 /spec/frontend/vue_shared/directives/validation_spec.js | |
parent | 31c8456eb7b08298eb09a835f4ccbc7d720c3606 (diff) | |
download | gitlab-ce-51873e3d3f01e79584674164ba120f847bc96d02.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/vue_shared/directives/validation_spec.js')
-rw-r--r-- | spec/frontend/vue_shared/directives/validation_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/vue_shared/directives/validation_spec.js b/spec/frontend/vue_shared/directives/validation_spec.js index fc45b0172cd..2764a71d204 100644 --- a/spec/frontend/vue_shared/directives/validation_spec.js +++ b/spec/frontend/vue_shared/directives/validation_spec.js @@ -36,7 +36,7 @@ describe('validation directive', () => { `, }; - wrapper = shallowMount(component, { attachToDocument: true }); + wrapper = shallowMount(component, { attachTo: document.body }); }; afterEach(() => { |