Commit 7db9323d authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove a redundant empty line in js pipelines specs

parent a2e6afdd
......@@ -141,7 +141,6 @@ describe('Pipeline Url Component', () => {
},
}).$mount();
expect(component.$el.querySelector('.js-pipeline-url-failure').textContent).toContain('error');
expect(component.$el.querySelector('.js-pipeline-url-failure').getAttribute('data-original-title')).toContain('some reason');
});
......
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