Fix todos spec

This was changed in a community MR, but the branch was far enough behind
master that it didn't have this spec.
This commit is contained in:
Sean McGivern 2017-01-19 15:42:22 +00:00
parent 9a985f6ec3
commit 4f1eb8cdd1
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ describe 'Dashboard Todos', feature: true do
end
it 'shows the todo' do
expect(page).to have_content 'The build failed for your merge request'
expect(page).to have_content 'The build failed for merge request'
end
it 'links to the pipelines for the merge request' do