Commit db45c934 authored by Lin Jen-Shin's avatar Lin Jen-Shin

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
parents c3b176c5 b01d4397
......@@ -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'])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment