Open
Description
Currently when running npm run dev
in one tab and jest --runInBand --config jest.config.e2e.js
locally, the tests fail / pass inconsistently.
Locally it sometimes stalls/misses the next thing to click. I can "get passed" this behavior by clicking it myself and then it will continue to run through the tests.