Skip to content

Commit

Permalink
Fix: flaky spec agent can create RDV collectif
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGirard committed Dec 24, 2024
1 parent 592d58d commit 3706d5f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
stub_netsize_ok
travel_to(now)
login_as(agent, scope: :agent)
# Depuis que les jours fériés sont affichés sur la journée complète dans le calendrier,
# cela peut nous empêcher de cliquer sur une plage horaire et générer une flaky.
# On les retire pour ce test
allow(OffDays).to receive(:to_full_calendar_array).and_return([])
visit admin_organisation_agent_agenda_path(organisation, agent)
end

Expand Down

0 comments on commit 3706d5f

Please sign in to comment.