mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-26 11:21:36 +01:00
Fix Capybara/NegationMatcher
cop in spec/system (#30616)
This commit is contained in:
parent
6952af137d
commit
827e36ff9e
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ describe 'Filters' do
|
||||||
click_on I18n.t('filters.index.delete')
|
click_on I18n.t('filters.index.delete')
|
||||||
end.to change(CustomFilter, :count).by(-1)
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue