diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-21 09:06:16 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-21 09:06:16 +0000 |
commit | a048261403ea7e12992ccffe704f0779235712d7 (patch) | |
tree | 59254549db6d39a4da824379a7bf354e7c8e7e67 /spec/frontend/registry/components/app_spec.js | |
parent | 80e5134020483299c039114e76b734436f006c66 (diff) | |
download | gitlab-ce-a048261403ea7e12992ccffe704f0779235712d7.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/registry/components/app_spec.js')
-rw-r--r-- | spec/frontend/registry/components/app_spec.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/frontend/registry/components/app_spec.js b/spec/frontend/registry/components/app_spec.js index a69c33c246d..2bb21c12fc9 100644 --- a/spec/frontend/registry/components/app_spec.js +++ b/spec/frontend/registry/components/app_spec.js @@ -39,6 +39,8 @@ describe('Registry List', () => { // See https://github.com/vuejs/vue-test-utils/issues/532. Vue.config.silent = true; wrapper = mount(registry, { + attachToDocument: true, + sync: false, propsData, computed: { repos() { @@ -67,6 +69,8 @@ describe('Registry List', () => { let localWrapper; beforeEach(() => { localWrapper = mount(registry, { + attachToDocument: true, + sync: false, propsData, computed: { repos() { |