Commit fa00e7da authored by Phil Hughes's avatar Phil Hughes

Merge branch 'fl-remove-console-log' into 'master'

Removes console.log

See merge request gitlab-org/gitlab-ee!9172
parents 21f8ed49 757f972f
...@@ -59,7 +59,6 @@ describe('Linked pipeline', () => { ...@@ -59,7 +59,6 @@ describe('Linked pipeline', () => {
}); });
it('should render an svg within the status container', () => { it('should render an svg within the status container', () => {
console.log(vm.$el);
const pipelineStatusElement = vm.$el.querySelector('.js-linked-pipeline-status'); const pipelineStatusElement = vm.$el.querySelector('.js-linked-pipeline-status');
expect(pipelineStatusElement.querySelector('svg')).not.toBeNull(); expect(pipelineStatusElement.querySelector('svg')).not.toBeNull();
......
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