David Mohr

Results 24 comments of David Mohr
trafficstars

strange... how are you running the test? I recommend using `yarn serve` from the root of the repo (after installing the depindencies), then switch to the "swap" tab.

I'm seeing the same issue with the example test for QuasarSelect. As mentioned above, it happens more frequently during `cypress run`, and rarely if it's on its own (using `cypress...

@IlCallo yes, I can replicate with a new project. It's inconsistent, but one way I've found to trigger it is to run the test just on QuasarSelect, hit CTRL+C as...

@n05la3 I found that switching the node version did NOT make any difference (I got failures in all three). FYI I simply used nvm to switch between versions, e.g. `nvm...