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:
authorDennis Tang <dennis@dennistang.net>2018-08-07 12:59:01 +0300
committerPhil Hughes <me@iamphill.com>2018-08-07 12:59:01 +0300
commitefec7e086d12d72e4c4a5f43b46210b922dd94e4 (patch)
tree5d459c819f254c91b9f458ba9027eb6b85e931c4 /spec/features/search
parent8a1d55a3bdea9fa1a124d1e4e05ae6ce78e18b4b (diff)
Resolve "Frontend for clarifying the usefulness of the search bar"
Diffstat (limited to 'spec/features/search')
-rw-r--r--spec/features/search/user_uses_header_search_field_spec.rb4
1 files changed, 0 insertions, 4 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 a9128104b87..af38f77c0c6 100644
--- a/spec/features/search/user_uses_header_search_field_spec.rb
+++ b/spec/features/search/user_uses_header_search_field_spec.rb
@@ -62,10 +62,6 @@ describe 'User uses header search field' do
end
end
- it 'contains location badge' do
- expect(page).to have_selector('.has-location-badge')
- end
-
context 'when clicking the search field', :js do
before do
page.find('#search').click