diff --git a/spec/system/admin/enterprise_fees_spec.rb b/spec/system/admin/enterprise_fees_spec.rb index 22860c5083..d5f002657b 100644 --- a/spec/system/admin/enterprise_fees_spec.rb +++ b/spec/system/admin/enterprise_fees_spec.rb @@ -161,6 +161,7 @@ describe ' let!(:fee1) { create(:enterprise_fee, fee_type: "sales", enterprise_id: enterprise.id) } before do + visit admin_enterprise_fees_path # edits the existing fee select 'Fundraising', from: "#{prefix}_fee_type" fill_in "#{prefix}_name", with: 'Hello!'