It can cause random failures. We should rely on the existence of something, Cypress will retry if the test fails.
Created attachment 182905 [details] [review] 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.
I've asked Pedro to have a look at Titles_spec.ts.