13 Apr
2026
13 Apr
'26
10:28 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40383 --- Comment #51 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 197142 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197142&action=edit Bug 40383: (follow-up) Fix flaky Cypress EDIFACT search tests in CI Replace cy.wait(N) + bare assertion with assertion-based waits using { timeout: 10000 }, and replace .type(term, { delay: 50 }) with .invoke('val', term).trigger('input') to avoid keyboard simulation timing races against the 500ms debounce in the search component. Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.