This commit is contained in:
KMY 2023-10-18 10:41:42 +09:00 committed by KMY(雪あすか)
parent 1d9c77063e
commit 84eae6fac9
32 changed files with 556 additions and 586 deletions

View file

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