summaryrefslogtreecommitdiff
path: root/spec/features/search
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-08 15:09:06 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-08 15:09:06 +0000
commit7a4a8bd5abf6ed6519f252abd79e5f528b8d29d6 (patch)
treeba92522281260a712f8de1daa3b40f10da494932 /spec/features/search
parentcca8451493930537fcd14f50642599b94e13ce09 (diff)
downloadgitlab-ce-7a4a8bd5abf6ed6519f252abd79e5f528b8d29d6.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/search')
-rw-r--r--spec/features/search/user_uses_header_search_field_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/search/user_uses_header_search_field_spec.rb b/spec/features/search/user_uses_header_search_field_spec.rb
index 9296a3f33d4..4c42800cf05 100644
--- a/spec/features/search/user_uses_header_search_field_spec.rb
+++ b/spec/features/search/user_uses_header_search_field_spec.rb
@@ -175,7 +175,7 @@ RSpec.describe 'User uses header search field', :js do
fill_in_search('Merge')
within(dashboard_search_options_popup_menu) do
- expect(page).to have_text('Merge Requests')
+ expect(page).to have_text('Merge requests')
end
end