0
0
Fork 0

Fix Capybara/ClickLinkOrButtonStyle cop in spec/features/admin area (#27445)

This commit is contained in:
Matt Jankowski 2023-10-17 10:57:19 -04:00 committed by GitHub
parent 0036de46bc
commit 71447ab19f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 12 additions and 12 deletions

View file

@ -17,7 +17,7 @@ describe 'Admin::Statuses' do
context 'without selecting any records' do
it 'displays a notice about selection' do
click_on button_for_report
click_button button_for_report
expect(page).to have_content(selection_error_text)
end