Merge branch 'fix-dashboard-spec' into 'master'

Fix todos spec

See merge request !8643
This commit is contained in:
Rémy Coutable 2017-01-19 18:26:56 +00:00
commit 2de5f511d1
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