Commit 92a3887c authored by Phil Hughes's avatar Phil Hughes

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

spec runs too fast so it doesn't match the first text. I think testing
that the loading indicator is hidden is enough
parent d770b633
......@@ -51,7 +51,6 @@ describe 'Dropdown assignee', :js do
it 'should hide loading indicator when loaded' do
filtered_search.set('assignee:')
expect(find(js_dropdown_assignee)).to have_css('.filter-dropdown-loading')
expect(find(js_dropdown_assignee)).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