diff --git a/spec/controllers/support/shared_user_context.rb b/spec/controllers/support/shared_user_context.rb index 19f96e95..5e2c411d 100644 --- a/spec/controllers/support/shared_user_context.rb +++ b/spec/controllers/support/shared_user_context.rb @@ -85,7 +85,7 @@ RSpec.shared_context :shared_user_context do end def accept(user_to_signin, method, action, *args) - without_json_response = %i[cancellation all_npos edit confirmation peer_to_peer advanced guided basic].include?(action) + without_json_response = %i[cancellation all_npos edit confirmation peer_to_peer advanced guided basic donations_history fundraisers donate supporter_form btn dashboard stats].include?(action) request.accept = 'application/json' unless without_json_response sign_in user_to_signin if user_to_signin # allows us to run the helpers but ignore what the controller action does