summaryrefslogtreecommitdiff
path: root/spec/frontend/vue_shared/directives/validation_spec.js
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-25 18:10:00 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-25 18:10:00 +0000
commit51873e3d3f01e79584674164ba120f847bc96d02 (patch)
tree73134440fee63568311a73f764568f8289ad86f0 /spec/frontend/vue_shared/directives/validation_spec.js
parent31c8456eb7b08298eb09a835f4ccbc7d720c3606 (diff)
downloadgitlab-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.js2
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(() => {