1
0
Fork 0
forked from gitea/nas
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

@ -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