matchawine / cypressDataSnapshot

Integrates the awesome Jest snapshot testing to Cypress
MIT License
3 stars 0 forks source link

Erratic "not found" error #1

Open DiesIrae opened 2 years ago

DiesIrae commented 2 years ago

Sometimes, toMatchSnapshot() fails with error Cannot read properties of undefined (reading 'absoluteFile'). That's an unknown Cypress error on a workaround above another Cypress error... cf. https://github.com/cypress-io/cypress/issues/3090#issuecomment-1068059581

image