https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40051
--- Comment #1 from Jonathan Druart <[email protected]> --- Created attachment 182905 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182905&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. _______________________________________________ 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/
