You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm trying to visually check a line chart with an animation. The problem is that .toMatchImageSnapshot() is executed before the animation finishes and the resulting PNG isn't equal to the expected PNG showing the chart at the end of the animation.
Describe the solution you'd like
It would be good that .toMatchImageSnapshot() retry upon failure, just like other Cypress commands.
Is your feature request related to a problem? Please describe.
I'm trying to visually check a line chart with an animation. The problem is that
.toMatchImageSnapshot()
is executed before the animation finishes and the resulting PNG isn't equal to the expected PNG showing the chart at the end of the animation.Describe the solution you'd like
It would be good that
.toMatchImageSnapshot()
retry upon failure, just like other Cypress commands.Describe alternatives you've considered
I tried to use cypress-recurse but it doesn't seem compatible.
The text was updated successfully, but these errors were encountered: