Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/services/analytics_events.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2291,7 +2291,7 @@ def idv_please_call_visited(proofing_components: nil, **extra)
# The system encountered an error and the proofing results are missing
def idv_proofing_resolution_result_missing(proofing_components: nil, **extra)
track_event(
'Proofing Resolution Result Missing',
'IdV: proofing resolution result missing',
proofing_components: proofing_components,
**extra,
)
Expand Down
2 changes: 1 addition & 1 deletion spec/features/idv/doc_auth/verify_info_step_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
and_return(nil)

click_idv_continue
expect(fake_analytics).to have_logged_event('Proofing Resolution Result Missing')
expect(fake_analytics).to have_logged_event('IdV: proofing resolution result missing')
expect(page).to have_content(t('idv.failure.timeout'))
expect(page).to have_current_path(idv_verify_info_path)
allow(DocumentCaptureSession).to receive(:find_by).and_call_original
Expand Down