diff options
| -rw-r--r-- | spec/features/issues/filtered_search/dropdown_label_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issues/filtered_search/dropdown_label_spec.rb b/spec/features/issues/filtered_search/dropdown_label_spec.rb index cbc4f8d4c50..40a59f834ba 100644 --- a/spec/features/issues/filtered_search/dropdown_label_spec.rb +++ b/spec/features/issues/filtered_search/dropdown_label_spec.rb @@ -68,7 +68,7 @@ describe 'Dropdown label', :js do it 'shows loading indicator when opened and hides it when loaded' do filtered_search.set('label:') - expect(find(js_dropdown_label)).to have_css('.filter-dropdown-loading') + expect(page).to have_css("#{js_dropdown_label} .filter-dropdown-loading", visible: true) expect(find(js_dropdown_label)).not_to have_css('.filter-dropdown-loading') end |
