diff --git a/spec/features/idv/doc_auth/how_to_verify_spec.rb b/spec/features/idv/doc_auth/how_to_verify_spec.rb index e81f24da98d..cbff3ec9041 100644 --- a/spec/features/idv/doc_auth/how_to_verify_spec.rb +++ b/spec/features/idv/doc_auth/how_to_verify_spec.rb @@ -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'), diff --git a/spec/features/idv/doc_auth/hybrid_handoff_spec.rb b/spec/features/idv/doc_auth/hybrid_handoff_spec.rb index 575df30e72b..210e5752ca6 100644 --- a/spec/features/idv/doc_auth/hybrid_handoff_spec.rb +++ b/spec/features/idv/doc_auth/hybrid_handoff_spec.rb @@ -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