Commit 096ab61d authored by Paul Slaughter's avatar Paul Slaughter

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

Remove useless attachToDocument usage in spec/frontend/pipelines

Closes #196760

See merge request gitlab-org/gitlab!23044
parents 2ab56602 75dbbb91
......@@ -19,7 +19,6 @@ describe('pipeline graph action component', () => {
link: 'foo',
actionIcon: 'cancel',
},
attachToDocument: true,
});
});
......
......@@ -7,7 +7,6 @@ describe('pipeline graph job item', () => {
const createWrapper = propsData => {
wrapper = mount(JobItem, {
attachToDocument: true,
propsData,
});
};
......
......@@ -10,7 +10,6 @@ describe('Linked pipeline', () => {
const createWrapper = propsData => {
wrapper = mount(LinkedPipelineComponent, {
attachToDocument: true,
propsData,
});
};
......
......@@ -24,7 +24,6 @@ describe('Pipelines Triggerer', () => {
const createComponent = () => {
wrapper = shallowMount(pipelineTriggerer, {
propsData: mockData,
attachToDocument: true,
});
};
......
......@@ -10,7 +10,6 @@ describe('Pipeline Url Component', () => {
const createComponent = props => {
wrapper = shallowMount(PipelineUrlComponent, {
attachToDocument: true,
propsData: props,
});
};
......
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