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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion spec/features/idv/steps/phone_step_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion spec/features/idv/steps/review_step_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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