diff --git a/spec/features/idv/steps/phone_otp_delivery_selection_step_spec.rb b/spec/features/idv/steps/phone_otp_delivery_selection_step_spec.rb index 002283ce3be..04802285ed1 100644 --- a/spec/features/idv/steps/phone_otp_delivery_selection_step_spec.rb +++ b/spec/features/idv/steps/phone_otp_delivery_selection_step_spec.rb @@ -114,6 +114,5 @@ context 'cancelling IdV' do it_behaves_like 'cancel at idv step', :phone_otp_delivery_selection it_behaves_like 'cancel at idv step', :phone_otp_delivery_selection, :oidc - it_behaves_like 'cancel at idv step', :phone_otp_delivery_selection, :saml end end diff --git a/spec/features/idv/steps/phone_otp_verification_step_spec.rb b/spec/features/idv/steps/phone_otp_verification_step_spec.rb index 2943ae4bcfb..07295d2a3bb 100644 --- a/spec/features/idv/steps/phone_otp_verification_step_spec.rb +++ b/spec/features/idv/steps/phone_otp_verification_step_spec.rb @@ -101,6 +101,5 @@ context 'cancelling IdV' do it_behaves_like 'cancel at idv step', :phone_otp_verification it_behaves_like 'cancel at idv step', :phone_otp_verification, :oidc - it_behaves_like 'cancel at idv step', :phone_otp_verification, :saml end end diff --git a/spec/features/idv/steps/phone_step_spec.rb b/spec/features/idv/steps/phone_step_spec.rb index b4c915ef05f..23337e0f9b5 100644 --- a/spec/features/idv/steps/phone_step_spec.rb +++ b/spec/features/idv/steps/phone_step_spec.rb @@ -151,7 +151,6 @@ context 'cancelling IdV' do it_behaves_like 'cancel at idv step', :phone it_behaves_like 'cancel at idv step', :phone, :oidc - it_behaves_like 'cancel at idv step', :phone, :saml end context "when the user's information cannot be verified" do diff --git a/spec/features/idv/steps/review_step_spec.rb b/spec/features/idv/steps/review_step_spec.rb index b9652e0e8a4..8c0ce2dbd57 100644 --- a/spec/features/idv/steps/review_step_spec.rb +++ b/spec/features/idv/steps/review_step_spec.rb @@ -149,6 +149,5 @@ context 'cancelling IdV' do it_behaves_like 'cancel at idv step', :review it_behaves_like 'cancel at idv step', :review, :oidc - it_behaves_like 'cancel at idv step', :review, :saml end end