Open todd-m-kemp opened 4 years ago
I thought I would check this again after Cypress version 5.1.0 was released and regrettably this is still a problem. ☹️
@todd-m-kemp I think I'm encountering this too. I found that it was only the combination of running both injectAxe
and checkA11y
functions for the same page that triggered the error. I could run either of them independently and there wasn't a problem.
Additionally, I am able to run everything just fine for most of my pages, except I added a new one (which happens to be the only one that is SSR'd by gatsby) and whatever conditions exist on that page cause this freeze to occur.
In case it helps:
"cypress-axe": "^0.8.1",
"cypress": "^5.3.0",
I managed to "fix" my Cypress runner freezing issue by bumping cypress-axe
to 0.13.0
.
Whenever I try to use
cy.injectAxe()
in a test, Cypress gets stuck at the step immediately prior. The Cypress test runner itself is locked and must be force-quit.Here is code to reproduce the problem.
I am using Cypress version 4.12.1 and
cypress-axe
version 0.8.1 on macOS 10.14.6 with Chrome 84.0.4147.105 and Firefox 79.0.