bahmutov / cyclope

Cypress DOM snapshots and consistent image diffing in the cloud
13 stars 2 forks source link

Error when using with test replays #184

Closed bahmutov closed 7 months ago

bahmutov commented 7 months ago
Cannot read properties of undefined (reading 'push')

[node_modules/cyclope/src/index.jsat line89](https://github.com/kouzoh/test-framework-cypress/blob/569bf9d02b67957407d7856ad8e6de7f4183dae6/node_modules/cyclope/src/index.js#L89)
  87 |   if (options.freezeAnimations) {
  88 |     // add our own script to disable all animations
> 89 |     headStyles.push(
     | ^
  90 |       '/* disable all animations */ *, *:before, *:after { transition-property: none !important; animation: none !important; }',
  91 |     )
  92 |   }
github-actions[bot] commented 7 months ago

:tada: This issue has been resolved in version 2.7.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: