Broken position after viewing snapshots with elements with transform
#25056
Labels
E2E
Issue related to end-to-end testing
topic: snapshot
Triaged
Issue has been routed to backlog. This is not a commitment to have it prioritized by the team.
type: bug
Current behavior
Elements with css property
transform
lose their position after cypress interactions (i.e.get
,trigger("mousedown")
etc).state before interactions
state after interactions
as you can see, the block moved to the corner.
But if we look into console and disable/enable
transform
property checkbox on that element, it would be displayed properlyDesired behavior
Elements shouldn't loss their actual position
Test code to reproduce
simple react component
cypress test
Cypress Version
12.0.1
Node version
16.17.0
Operating System
macOS 12.3.1
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: