Commit aea81378 authored by Mike Greiling's avatar Mike Greiling

Merge branch 'xanf-remove-attachToDocument-196757' into 'master'

Remove useless attachToDocument usage in spec/frontend/issuable

Closes #196757

See merge request gitlab-org/gitlab!23047
parents fff494a0 f61ffe44
...@@ -11,7 +11,6 @@ describe('Issuable suggestions app component', () => { ...@@ -11,7 +11,6 @@ describe('Issuable suggestions app component', () => {
search, search,
projectPath: 'project', projectPath: 'project',
}, },
attachToDocument: true,
}); });
} }
......
...@@ -16,7 +16,6 @@ describe('Issuable suggestions suggestion component', () => { ...@@ -16,7 +16,6 @@ describe('Issuable suggestions suggestion component', () => {
...suggestion, ...suggestion,
}, },
}, },
attachToDocument: true,
}); });
} }
......
...@@ -44,7 +44,6 @@ describe('Issuable component', () => { ...@@ -44,7 +44,6 @@ describe('Issuable component', () => {
baseUrl: TEST_BASE_URL, baseUrl: TEST_BASE_URL,
...props, ...props,
}, },
attachToDocument: true,
}); });
}; };
......
...@@ -45,7 +45,6 @@ describe('Issuables list component', () => { ...@@ -45,7 +45,6 @@ describe('Issuables list component', () => {
emptySvgPath: TEST_EMPTY_SVG_PATH, emptySvgPath: TEST_EMPTY_SVG_PATH,
...props, ...props,
}, },
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