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:
parent
d770b633eb
commit
92a3887c9a
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue