Commit 4a613362 authored by Phil Hughes's avatar Phil Hughes

fixed spec/features/issues/filtered_search/dropdown_milestone_spec.rb

parent 15b976c6
......@@ -58,7 +58,6 @@ describe 'Dropdown milestone', :js do
it 'should hide loading indicator when loaded' do
filtered_search.set('milestone:')
expect(find(js_dropdown_milestone)).to have_css('.filter-dropdown-loading')
expect(find(js_dropdown_milestone)).not_to have_css('.filter-dropdown-loading')
end
......
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