diff --git a/spec/system/admin/instrument_reservations_spec.rb b/spec/system/admin/instrument_reservations_spec.rb index ef783dc75b..2aa97d475f 100644 --- a/spec/system/admin/instrument_reservations_spec.rb +++ b/spec/system/admin/instrument_reservations_spec.rb @@ -39,7 +39,7 @@ expect(page).not_to have_css(".fc-event.other-instrument") end - it "shows other instrument reservations with different color", :js do + it "shows other instrument reservations with different color" do create( :purchased_reservation, reserve_start_at: Time.zone.now, @@ -49,8 +49,6 @@ visit facility_instrument_schedule_path(facility, instrument) - save_and_open_screenshot - expect(page).to have_css(".fc-event.other-instrument") end end