Skip to content

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 02 Aug 20:49
· 69 commits to main since this release
v1.2.2
314bc48

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.