summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2019-02-26 09:32:08 +0000
committerLin Jen-Shin <godfat@godfat.org>2019-02-26 09:32:08 +0000
commitdb45c93441758a8ad82757d2c5a8a2a7997afc96 (patch)
tree82135a4d41913c529e1f3cfcb66fe99f9d39f033
parentc3b176c5e3a344a48fb8eb0e7896f3b955bb9fd9 (diff)
parentb01d439733a958d533fa6f2abaa9daae476ce133 (diff)
downloadgitlab-ce-db45c93441758a8ad82757d2c5a8a2a7997afc96.tar.gz
Merge branch 'quarantine-spec/features/issues/filtered_search/search_bar_spec.rb' into 'master'
[CE] Quarantine spec/features/issues/filtered_search/search_bar_spec.rb:89 See merge request gitlab-org/gitlab-ce!25551
-rw-r--r--spec/features/issues/filtered_search/search_bar_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issues/filtered_search/search_bar_spec.rb b/spec/features/issues/filtered_search/search_bar_spec.rb
index 8abab3f35d6..891ef884682 100644
--- a/spec/features/issues/filtered_search/search_bar_spec.rb
+++ b/spec/features/issues/filtered_search/search_bar_spec.rb
@@ -86,7 +86,7 @@ describe 'Search bar', :js do
expect(find('#js-dropdown-hint')).to have_selector('.filter-dropdown .filter-dropdown-item', count: original_size)
end
- it 'resets the dropdown filters' do
+ it 'resets the dropdown filters', :quarantine do
filtered_search.click
hint_offset = get_left_style(find('#js-dropdown-hint')['style'])