https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39916

--- Comment #39 from Lucas Gass (lukeg) <[email protected]> ---
I think this has do to with how Flatpickr navigates to a new month:

it("should handle date range validation correctly", () => {
    setupModalForDateTesting();

    // Test valid date range
    const startDate = dayjs().add(2, "day");
    const endDate = dayjs().add(5, "day");


Its failing today, January 30, when we add 2 days because that crosses into
February.

-- 
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/

Reply via email to