https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37707
--- Comment #46 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 192010 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192010&action=edit Bug 37707: (follow-up) Add comprehensive Cypress tests for bookings modal Reorganize and expand Cypress tests into three focused spec files: bookingsModalBasic_spec.ts: - Modal initialization and field interactions - Form validation and submission - Edit booking functionality - 'Any item' booking with server-side item selection bookingsModalDatePicker_spec.ts: - Flatpickr initialization and constraints - Date range validation - Circulation rules (issue length, renewals) - Lead/trail period conflict detection - 'Any item' mode date availability - Event dots for existing bookings bookingsModalTimezone_spec.ts: - Cross-timezone date display - Multi-day booking spans - Conflict detection with timezone awareness - API round-trip date preservation - Month boundary handling Add shared test utilities to e2e.js for date helpers. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
