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

--- Comment #13 from Martin Renvoize (ashimema) 
<[email protected]> ---
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.
_______________________________________________
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