archive without confirm

This commit is contained in:
Pete Matsyburka
2024-07-31 17:57:52 +03:00
parent 994bd1fe5c
commit 66bc8cfb5f
3 changed files with 4 additions and 6 deletions
+1 -3
View File
@@ -44,9 +44,7 @@ RSpec.describe 'Template' do
it 'archives a template' do
expect do
accept_confirm('Are you sure?') do
click_button 'Archive'
end
click_button 'Archive'
end.to change { Template.active.count }.by(-1)
expect(page).to have_content('Template has been archived')