Commit 64169e23 authored by Valery Sizov's avatar Valery Sizov

fix spinach after CE upstream merge

parent 9ec69ad3
......@@ -50,7 +50,7 @@ class Spinach::Features::ProjectSearch < Spinach::FeatureSteps
step 'I find a Commit' do
select_filter("Commits")
expect(page.find('.search-result-row')).to have_content("Initial commit")
expect(page.find('.commit-row-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