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
Copy file name to clipboardExpand all lines: components/Atoms/__snapshots__/InteractionWrapper.spec.ts.snap
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
3
3
exports[`InteractionWrapper > matches the snapshot 1`] =`"<divclass="interactionWrapper"draggable="false">Default slot content.</div>"`;
4
4
5
-
exports[`InteractionWrapper > when the isAnyOpen value is false > when the draggable prop is set to false > matches the snapshot 1`] =`"<divclass="interactionWrapper"draggable="false">Default slot content.</div>"`;
5
+
exports[`InteractionWrapper > when the mouseenter event is triggered > matches the snapshot 1`] =`"<divclass="interactionWrapper"draggable="true">Default slot content.</div>"`;
6
6
7
-
exports[`InteractionWrapper > when the isAnyOpen value is false > when the isAnyOpen value and the draggable prop are set to true and the onDragStart event is attached > matches the snapshot 1`] =`"<divclass="interactionWrapper"draggable="true">Default slot content.</div>"`;
7
+
exports[`InteractionWrapper > when the mouseenter event is triggered > when the draggable prop is set to false > matches the snapshot 1`] =`"<divclass="interactionWrapper"draggable="false">Default slot content.</div>"`;
8
8
9
-
exports[`InteractionWrapper > when the isAnyOpen value is false > when the onDragStart event is not attached > matches the snapshot 1`] =`"<divclass="interactionWrapper"draggable="false">Default slot content.</div>"`;
9
+
exports[`InteractionWrapper > when the mouseenter event is triggered > when the isAnyOpen value is true > matches the snapshot 1`] =`"<divclass="interactionWrapper"draggable="false">Default slot content.</div>"`;
10
10
11
-
exports[`InteractionWrapper > when the isAnyOpen value is true > matches the snapshot 1`] =`"<divclass="interactionWrapper"draggable="false">Default slot content.</div>"`;
11
+
exports[`InteractionWrapper > when the mouseenter event is triggered > when the mouseleave event is triggered > matches the snapshot 1`] =`"<divclass="interactionWrapper"draggable="false">Default slot content.</div>"`;
12
12
13
-
exports[`InteractionWrapper > when the touchstart event is triggered > matches the snapshot 1`] =`"<divclass="interactionWrapper"draggable="false">Default slot content.</div>"`;
13
+
exports[`InteractionWrapper > when the mouseenter event is triggered > when the onDragStart event is not attached > matches the snapshot 1`] =`"<divclass="interactionWrapper"draggable="false">Default slot content.</div>"`;
14
14
15
-
exports[`InteractionWrapper > when the touchstart event is triggered > when the touchcancel event is triggered > matches the snapshot 1`] =`"<divclass="interactionWrapper"draggable="true">Default slot content.</div>"`;
15
+
exports[`InteractionWrapper > when the touchstart event is triggered > when the mouseenter event is triggered > matches the snapshot 1`] =`"<divclass="interactionWrapper"draggable="false">Default slot content.</div>"`;
16
16
17
-
exports[`InteractionWrapper > when the touchstart event is triggered > when the touchend event is triggered > matches the snapshot 1`] =`"<divclass="interactionWrapper"draggable="true">Default slot content.</div>"`;
17
+
exports[`InteractionWrapper > when the touchstart event is triggered > when the mouseleave event is triggered > when the mouseenter event is triggered > matches the snapshot 1`] =`"<divclass="interactionWrapper"draggable="true">Default slot content.</div>"`;
0 commit comments