From 2e2cd0ea3e50af738049eccde210713f976a6d7c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 2 Jun 2020 00:08:07 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/features/search/user_uses_header_search_field_spec.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'spec/features/search') 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 7b969aea547..7ee70077e94 100644 --- a/spec/features/search/user_uses_header_search_field_spec.rb +++ b/spec/features/search/user_uses_header_search_field_spec.rb @@ -95,14 +95,6 @@ describe 'User uses header search field', :js do expect(page).not_to have_selector('.dropdown-header', text: /#{scope_name}/i) end - - it 'hides the dropdown when there are no results' do - page.within('.search-input-wrap') do - fill_in('search', with: 'a_search_term_with_no_results') - end - - expect(page).not_to have_selector('.dropdown-menu') - end end end -- cgit v1.2.3