Maurice de Beijer

Results 5 comments of Maurice de Beijer

I have been using this with [patch-package](https://www.npmjs.com/package/patch-package) for a while and it works just fine for me.

FYI. This is still happening with the Cypress 9.2.0 images. `[FAILED] EACCES: permission denied, unlink '/root/.cache/Cypress/9.2.0/binary_state.json'` The same build running with `image: cypress/included:8.7.0` works just fine.

This is a simple Bootstrap modal. The `aria-hidden=true` in the markup is replaced with `aria-modal=true` when the modal shows up. The first `cy.findByRole('button', { name: 'Go' })` is just fine,...

Same here. And the email in question is actually used to send emails so definitely works. The actual email we are using is more like `[email protected]` where I replaced letters...

I am having the same issue using Windows. I have run into similar issues before with file watching inside a container and it seems that that is a known issue....