https://cypress.io logo
Is there anything I can do to debug why a long cha...
# e2e-testing
a
Is there anything I can do to debug why a long chain of tests would fail when run all at once? They work individually if I block them out with
.only
, but when I run the while file I get 3-4 random ones each time that fail with something like
cy.focus() failed because it requires a DOM element.
, meaning a that a modal didn't open before Cypress looked for it?