| ... | @@ -20,6 +20,12 @@ module SearchHelpers |
... | @@ -20,6 +20,12 @@ module SearchHelpers |
|
|
end
|
|
end
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
|
def has_search_scope?(scope)
|
|
|
|
page.within '.search-filter' do
|
|
|
|
has_link?(scope)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
def max_limited_count
|
|
def max_limited_count
|
|
|
Gitlab::SearchResults::COUNT_LIMIT_MESSAGE
|
|
Gitlab::SearchResults::COUNT_LIMIT_MESSAGE
|
|
|
end
|
|
end
|
| ... | |
... | |
| ... | | ... | |