Skip to content

Commit

Permalink
Fixing spec issues related to How to Verify page changes (#10345)
Browse files Browse the repository at this point in the history
* fixing small spec issues related to how to verify page changes

* Bug Fixes, In-Person Proofing, fix spec failures related to changes to how to verify page

* changelog: Bug Fixes, In-Person Proofing, fix spec failures related to changes to how to verify page
  • Loading branch information
jack-ryan-nava-pbc authored Apr 1, 2024
1 parent 58e5a77 commit 123bc45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/features/idv/doc_auth/how_to_verify_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
it 'goes to direct IPP if selected and can come back' do
expect(page).to have_current_path(idv_how_to_verify_path)
expect(page).to have_content(t('doc_auth.headings.how_to_verify'))
complete_how_to_verify_step(remote: false)
click_on t('forms.buttons.continue_ipp')
expect(page).to have_current_path(idv_document_capture_path)
expect_in_person_step_indicator_current_step(
t('step_indicator.flows.idv.find_a_post_office'),
Expand Down
3 changes: 1 addition & 2 deletions spec/features/idv/doc_auth/hybrid_handoff_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,7 @@ def verify_no_upload_photos_section_and_link(page)
context 'when sp ipp is available' do
before do
expect(page).to have_current_path(idv_how_to_verify_path)
choose t('doc_auth.tips.most_common')
click_on t('doc_auth.buttons.continue')
click_on t('forms.buttons.continue_remote')
end
context 'when selfie is enabled system wide' do
describe 'when selfie is required by sp' do
Expand Down

0 comments on commit 123bc45

Please sign in to comment.