This commit is contained in:
Pete Matsyburka
2026-08-15 21:51:05 +03:00
parent 3d93bbe5aa
commit cbbc75b485
2 changed files with 22 additions and 27 deletions
+4 -3
View File
@@ -1153,9 +1153,10 @@ RSpec.describe 'Signing Form' do
click_on 'next'
draw_canvas
expect do
click_on 'Sign and Complete'
end.to change(ProcessSubmitterCompletionJob.jobs, :size).by(1)
click_on 'Sign and Complete'
expect(page).to have_content('Document has been signed!')
expect(ProcessSubmitterCompletionJob.jobs.size).to eq(1)
end
end