https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41129 --- Comment #169 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 205521 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=205521&action=edit Bug 41129: (QA follow-up) Adapt the flatpickr helper and specs to the inline two-month calendar - Day selector: exclude the hidden overflow cells (.hidden) that showMonths > 1 renders for the neighbouring month, so a date near a month boundary matches one element - Select helpers: wait for the day to lose flatpickr-disabled before clicking; every day is disabled until availability has loaded, and a click on a disabled day is silently ignored - Wait for the item-specific availability after selecting an item: the picker stays enabled on the previous context's data meanwhile, and the redraw applying the new data wipes any hover preview set before - Rewrite the two tests expecting the calendar to close: it is inline now, Escape from a day returns focus to the input - Drop the runMode retries from bookingsModalBasic_spec.ts, which masked the disabled-day clicks Test plan: 1. cypress run --spec 't/cypress/integration/Circulation/bookingsModal*_spec.ts' Assisted-by: Fable 5.1 (Anthropic) Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.