Commit ddb4eeff authored by Kev's avatar Kev

Update image checked for on pipeline page

parent 403d534d
...@@ -635,7 +635,7 @@ RSpec.describe 'Pipelines', :js do ...@@ -635,7 +635,7 @@ RSpec.describe 'Pipelines', :js do
# header # header
expect(page).to have_text("##{pipeline.id}") expect(page).to have_text("##{pipeline.id}")
expect(page).to have_selector(%Q(img[alt$="#{pipeline.user.name}'s avatar"])) expect(page).to have_selector(%Q(img[src="#{pipeline.user.avatar_url}"]))
expect(page).to have_link(pipeline.user.name, href: user_path(pipeline.user)) expect(page).to have_link(pipeline.user.name, href: user_path(pipeline.user))
# stages # stages
......
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