Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-02 03:08:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-02 03:08:07 +0300
commit2e2cd0ea3e50af738049eccde210713f976a6d7c (patch)
treee549e791b815fae06f6ec905f3877ec7f5f55e2a /spec/features/search
parent3902d464d6045c2f5f6b687c0acf3254d7458928 (diff)
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.rb8
1 files changed, 0 insertions, 8 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 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