Skip to content
Snippets Groups Projects
Commit ddb9f649 authored by Dylan Griffith's avatar Dylan Griffith
Browse files

Add search_helpers changes from security-33712

parent 326264bf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -20,6 +20,12 @@ module SearchHelpers
end
end
 
def has_search_scope?(scope)
page.within '.search-filter' do
has_link?(scope)
end
end
def max_limited_count
Gitlab::SearchResults::COUNT_LIMIT_MESSAGE
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment