Commit e9a70c77 authored by Mike Greiling's avatar Mike Greiling

fix failing spinach due to !8010

parent f34bd452
......@@ -50,7 +50,7 @@ class Spinach::Features::ProjectSearch < Spinach::FeatureSteps
step 'I find a Commit' do
select_filter("Commits")
expect(page.find('.commit-row-title')).to have_content("Initial commit")
expect(page.find('.commit-content .item-title')).to have_content("Initial commit")
end
step 'I find a Code' do
......
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