https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42733 --- Comment #4 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 199756 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199756&action=edit Bug 42733: Job progress fix waitForJobFinished previously had no handling for failed jobs or non-200 responses — if the job API returned anything unexpected, the recursive cy.wait() would silently stall waiting for a 2nd poll that never came, producing a confusing timeout. Adds an explicit "failed" status check and updates the intercept to reproduce the exact CI failure (Apache returning 503 during reset_all). Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.