From 985d9983a354feb09d7ab1bd25f160a1ce450aa9 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Fri, 10 Feb 2023 10:14:34 +0100 Subject: [PATCH] Revert accidental changes in PictureInPictureDragger-test.tsx.snap --- .../PictureInPictureDragger-test.tsx.snap | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/test/components/structures/__snapshots__/PictureInPictureDragger-test.tsx.snap b/test/components/structures/__snapshots__/PictureInPictureDragger-test.tsx.snap index 4f95f5e41f..0e382ea7f0 100644 --- a/test/components/structures/__snapshots__/PictureInPictureDragger-test.tsx.snap +++ b/test/components/structures/__snapshots__/PictureInPictureDragger-test.tsx.snap @@ -30,3 +30,27 @@ exports[`PictureInPictureDragger when rendering the dragger with PiP content 1 a `; + +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`] = ` +
+ +
+`; + +exports[`PictureInPictureDragger when rendering the dragger with PiP content 1 should render the PiP content: pip-content-1 1`] = ` +
+ +
+`;