From 611dab81dbe67a5bdfa06e16b2ad99b0f7de0940 Mon Sep 17 00:00:00 2001 From: Joaquin Correa Date: Thu, 6 Mar 2025 11:28:12 -0300 Subject: [PATCH] Remove debugger --- spec/system/admin/instrument_reservations_spec.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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