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
This commit is contained in:
Phil Hughes 2017-09-27 12:28:34 +01:00
parent d770b633eb
commit 92a3887c9a
No known key found for this signature in database
GPG key ID: 32245528C52E0F9F

View file

@ -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