Autocorrect

- Lint/SafeNavigationConsistency
- Capybara/NegationMatcher
This commit is contained in:
Henne Vogelsang 2024-12-02 11:43:43 +01:00
parent 2c9e600e5c
commit 68e8203f27
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
6 changed files with 57 additions and 57 deletions

View file

@ -47,7 +47,7 @@ feature Sponsor do
end
page.find('#flash')
expect(flash).to eq('Sponsor successfully deleted.')
expect(page).to_not have_selector('table#sponsors')
expect(page).to have_no_selector('table#sponsors')
end
end