Commit a5b622ae authored by Valery Sizov's avatar Valery Sizov

Merge branch 'fix-8-12-stable-ee' into '8-12-stable-ee'

Fix global code search on stable

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/1033

See merge request !741
parents d2743a2a d02df9f8
= render 'projects/commits/commit', project: @project, commit: commit
= render 'projects/commits/commit', project: commit.project, commit: commit
......@@ -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