Maurice de Beijer

Results 2 issues of Maurice de Beijer

Recently I have been seeing frequent **EACCES: permission denied** errors while running GitHub actions. They all seem to be around the `/root/.cache/Cypress` folder. I am under the impression this started...

- `@testing-library/dom` version: 7.29 - Testing Framework and version: Cypress 6.1.0 - DOM Environment: Chrome 87.0.4280.88 ### Relevant code or config: ```js it.only('no aria-modal support', () => { cy.visit('https://ns2hp.csb.app/'); cy.findByRole('button',...

enhancement
needs investigation