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:
authorDenys Mishunov <dmishunov@gitlab.com>2019-08-03 00:59:29 +0300
committerDenys Mishunov <dmishunov@gitlab.com>2019-08-07 12:57:38 +0300
commitf89a8fee9d98b9d28d09123496c971fcc5949fff (patch)
tree16fb31b01e3e5683c5a64ae5dd37703aa6432876 /spec/features
parent43084468ecc4d0b705cb9544b59b2769a5c9b98a (diff)
Limiting search-field styling to search only
- Re-organising search.scss - Rely more on utility-classes instead of component classes - Update relevant specs
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/search/user_uses_search_filters_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/search/user_uses_search_filters_spec.rb b/spec/features/search/user_uses_search_filters_spec.rb
index f5cda15b38a..fbd7da3c643 100644
--- a/spec/features/search/user_uses_search_filters_spec.rb
+++ b/spec/features/search/user_uses_search_filters_spec.rb
@@ -22,7 +22,7 @@ describe 'User uses search filters', :js do
wait_for_requests
- page.within('.search-holder') do
+ page.within('.search-page-form') do
click_link(group.name)
end