required_params[:arrangement_type]=="The same organisation that owns the housing stock"||(required_params[:arrangement_type].blank?&&@scheme.present?&&@scheme.arrangement_type_same?)
@scheme.present?&&@scheme.arrangement_type_same?&&required_params[:arrangement_type]!="The same organisation that owns the housing stock"&&required_params[:managing_organisation_id].blank?
let!(:schemes){FactoryBot.create_list(:scheme,5,owning_organisation:user.organisation,managing_organisation:user.organisation,arrangement_type:"The same organisation that owns the housing stock")}