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
First off, great plugin! Has helped our project debug issues with request payload and authentication tokens!
After installing cypress-terminal-report, we've noticed that cypress-snapshot-plugin no longer opens the modal to display changes in snapshot. It looks to have an impact on snapshots feature in cypress, as I'm seeing "snapshot is missing" in the command log.
Expected Behavior
When a change occurs in the layout, a "snapshot comparison" link is available in the command log. On click of "snapshot comparison" a modal appears displaying the area of the layout that has been changed.
Actual Behavior
When a change occurs in the layout, a "snapshot comparison" link is available in the command log. On click of "snapshot comparison" nothing happens.
Would you please advise us on how we can address this issue?
Screenshot
The text was updated successfully, but these errors were encountered:
ritchieanesco
changed the title
Terminal report hijacks cypress-snapshot-plugin click event
Missing snapshot image error after installing cypress-terminal-report
May 19, 2022
Hmm. I am not sure if it is related or not. But it might be. Either way this is an issue in cypress-snapshot-plugin. Quite the coincidence but I also use this plugin on one of my projects. Aaaaand actually I created a PR in that plugin to fix this:
First off, great plugin! Has helped our project debug issues with request payload and authentication tokens!
After installing cypress-terminal-report, we've noticed that cypress-snapshot-plugin no longer opens the modal to display changes in snapshot. It looks to have an impact on snapshots feature in cypress, as I'm seeing "snapshot is missing" in the command log.
Expected Behavior
When a change occurs in the layout, a "snapshot comparison" link is available in the command log. On click of "snapshot comparison" a modal appears displaying the area of the layout that has been changed.
Actual Behavior
When a change occurs in the layout, a "snapshot comparison" link is available in the command log. On click of "snapshot comparison" nothing happens.
Would you please advise us on how we can address this issue?
Screenshot
The text was updated successfully, but these errors were encountered: