Remove a redundant empty line in js pipelines specs

This commit is contained in:
Grzegorz Bizon 2017-10-04 14:55:03 +02:00
parent a2e6afdd8c
commit 7db9323de7
1 changed files with 0 additions and 1 deletions

View File

@ -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');
});