Skip to content

Commit

Permalink
Remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinco committed Mar 6, 2025
1 parent 4748beb commit 611dab8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/system/admin/instrument_reservations_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit 611dab8

Please sign in to comment.