From d2a6b14a00e1c5ee324f40dc637879c75e8df15d Mon Sep 17 00:00:00 2001 From: Tori Enyart Date: Tue, 22 Aug 2023 14:55:29 -0600 Subject: [PATCH] Remove unnecessary test from Organization System Spec --- spec/system/organization_system_spec.rb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/spec/system/organization_system_spec.rb b/spec/system/organization_system_spec.rb index 5eeb6e67de..b4d69c623a 100644 --- a/spec/system/organization_system_spec.rb +++ b/spec/system/organization_system_spec.rb @@ -110,16 +110,6 @@ expect(page).to_not have_content('Media Information') expect(@organization.reload.partner_form_fields).to eq([]) end - - it 'can change the allowed request types and send an error if it results in a partner not having request capability' do - partner = @organization.partners.first.profile - partner.update(enable_child_based_requests: false, enable_individual_requests: false) - - choose('organization[enable_quantity_based_requests]', option: false) - click_on "Save" - - expect(page).to have_content("Please update DEFAULT PARTNER, so that they could make requests if you completed this change, then try again. Thank you.") - end end it "can add a new user to an organization" do