Skip to content

Commit

Permalink
Rebasing with updated main
Browse files Browse the repository at this point in the history
  • Loading branch information
AShukla-GSA committed Oct 1, 2024
1 parent 18b90f9 commit 6dd2be2
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions spec/features/idv/doc_auth/document_capture_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,11 @@
expect(max_submission_attempts_before_native_camera.to_i).
to eq(ActiveSupport::Duration::SECONDS_PER_HOUR)
expect_step_indicator_current_step(t('step_indicator.flows.idv.verify_id'))
expect_doc_capture_page_header(t('doc_auth.headings.document_capture_with_selfie'))
expect_doc_capture_id_subheader
attach_liveness_images
expect(page).to have_text(t('doc_auth.headings.document_capture'))
attach_images
click_continue
expect_doc_capture_selfie_subheader
attach_selfie
submit_images

expect(page).to have_current_path(idv_ssn_url)
Expand Down Expand Up @@ -943,9 +945,11 @@
click_on t('forms.buttons.upload_photos')
expect(page).to have_current_path(idv_document_capture_url)
expect_step_indicator_current_step(t('step_indicator.flows.idv.verify_id'))
expect_doc_capture_page_header(t('doc_auth.headings.document_capture_with_selfie'))
expect_doc_capture_id_subheader
attach_liveness_images
expect(page).to have_text(t('doc_auth.headings.document_capture'))
attach_images
click_continue
expect_doc_capture_selfie_subheader
attach_selfie
submit_images

expect(page).to have_current_path(idv_ssn_url)
Expand Down

0 comments on commit 6dd2be2

Please sign in to comment.