https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26867 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #3 from David Nind <david@davidnind.com> --- Everything works as per the test plan, except the tests were sometimes failing, so have Failed QA: 1. Cypress tests were sometimes failing for me (ran several times - sometimes passed, sometimes didn't - screenshot attached): cypress run --spec t/cypress/integration/KohaTable/PendingHoldsCallNumbers_spec.ts circ/pendingreserves call number sorting 1) sorts rows and aggregated values by classification sort keys 0 passing (13s) 1 failing 1) circ/pendingreserves call number sorting sorts rows and aggregated values by classification sort keys: AssertionError: Timed out retrying after 10000ms: expected '<th.dt-orderable-asc.dt-orderable-desc>' to have attribute 'aria-sort' at Context.eval (webpack://koha/./t/cypress/integration/KohaTable/PendingHoldsCallNumbers_spec.ts:182:50) 2. Not sure of the difference running tests with or without yarn in front. 3. Also, why prove -I. -It/lib t/db_dependent/Koha/Holds.t, instead of just prove t/db_dependent/Koha/Holds.t ? -- You are receiving this mail because: You are watching all bug changes.