30 Mar
2026
30 Mar
'26
10:58 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41368 --- Comment #13 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 196535 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196535&action=edit Bug 41368: Fix ManageMarcImport Cypress test timing issue Replace the no-op `#job_callback` existence check with a recursive `cy.wait('@jobPoll')` that loops through each `/api/v1/jobs/*` poll response (arriving every ~1s) until it sees `status: finished`. This avoids any fixed timeout — the test proceeds as soon as the API signals completion, however long that takes on a given machine. -- You are receiving this mail because: You are watching all bug changes.