Commit 9a27cc2f authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'ee-quarantine-spec/features/issues/filtered_search/search_bar_spec.rb' into 'master'

[EE] Quarantine spec/features/issues/filtered_search/search_bar_spec.rb:89

See merge request gitlab-org/gitlab-ee!9706
parents de386c44 22d44886
......@@ -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