Commit 136ba502 authored by Jacob Schatz's avatar Jacob Schatz

Change test in an attempt to pass.

Thanks @rspeicher!
parent 4f954d6a
......@@ -361,7 +361,7 @@ class Spinach::Features::ProjectSourceBrowseFiles < Spinach::FeatureSteps
end
step 'I can see the new rendered SVG image' do
expect(find('.file-content')).to have_css('img')
expect(page).to have_css('.file-content img')
end
private
......
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