Fix `Capybara/NegationMatcher` cop in spec/system (#30616)

pull/30611/head
Matt Jankowski 2 years ago committed by GitHub
parent 6952af137d
commit 827e36ff9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -46,7 +46,7 @@ describe 'Filters' do
click_on I18n.t('filters.index.delete')
end.to change(CustomFilter, :count).by(-1)
expect(page).to_not have_content(filter_title)
expect(page).to have_no_content(filter_title)
end
end

Loading…
Cancel
Save