You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03:00
Revert accidental changes in PictureInPictureDragger-test.tsx.snap
This commit is contained in:
@@ -30,3 +30,27 @@ exports[`PictureInPictureDragger when rendering the dragger with PiP content 1 a
|
|||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
exports[`PictureInPictureDragger when rendering the dragger with PiP content 1 and rerendering PiP content 1 should not change the PiP content: pip-content-1 1`] = `
|
||||||
|
<div>
|
||||||
|
<aside
|
||||||
|
style="transform: translateX(680px) translateY(478px);"
|
||||||
|
>
|
||||||
|
<div>
|
||||||
|
content 1
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
|
|
||||||
|
exports[`PictureInPictureDragger when rendering the dragger with PiP content 1 should render the PiP content: pip-content-1 1`] = `
|
||||||
|
<div>
|
||||||
|
<aside
|
||||||
|
style="transform: translateX(680px) translateY(478px);"
|
||||||
|
>
|
||||||
|
<div>
|
||||||
|
content 1
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
|
Reference in New Issue
Block a user