https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40051 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #182905|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 183835 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183835&action=edit Bug 40051: Remove cy.wait(delay) from cypress tests We should not use cy.wait(delay), it's a poor pattern and can cause random failures. Test plan: All cypress tests should still pass after this patchset. Note that t/cypress/integration/ERM/Titles_spec.ts is currently failing. -- You are receiving this mail because: You are watching all bug changes.