You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's new
Automatic slot-selection fix
Automatic slot selection: auto_select_slot could silently fail because the booking portal's slot picker does not reliably render a radio input; its clickable target is the whole slot row. The selector now finds the most specific row matching both the exam type and time, then clicks its clickable ancestor.
This repairs the slot-picking stage of the experimental autonomous rebooking flow, allowing it to reach the reservation summary screen when a matching slot is found.
Safety note: automatic final confirmation (auto_confirm_reschedule) remains off by default and is still unverified end-to-end. Leave it disabled until the full flow has been confirmed with a real booking.