diff --git a/app/views/events/_form.html.erb b/app/views/events/_form.html.erb index e0437a57..1868c0d5 100644 --- a/app/views/events/_form.html.erb +++ b/app/views/events/_form.html.erb @@ -112,7 +112,6 @@ <%= render 'event_agents', f:f %> -
diff --git a/spec/features/admin/events_spec.rb b/spec/features/admin/events_spec.rb index a6633ba9..102f7bed 100644 --- a/spec/features/admin/events_spec.rb +++ b/spec/features/admin/events_spec.rb @@ -339,7 +339,6 @@ describe "Attendees" do scenario 'Create organization with invalid attendee', :js do - skip('pending refactor') new_position = create(:position) visit new_event_path