diff --git a/src/core/public/overlays/sidecar/__snapshots__/sidecar_service.test.tsx.snap b/src/core/public/overlays/sidecar/__snapshots__/sidecar_service.test.tsx.snap
index 16b97237b7c7..f183bb4cccb4 100644
--- a/src/core/public/overlays/sidecar/__snapshots__/sidecar_service.test.tsx.snap
+++ b/src/core/public/overlays/sidecar/__snapshots__/sidecar_service.test.tsx.snap
@@ -12,6 +12,8 @@ Array [
]
`;
+exports[`SidecarService open sidecar does not unmount if targetDom is null 1`] = `"
Sidecar content
"`;
+
exports[`SidecarService open sidecar renders a sidecar to the DOM 1`] = `"
Sidecar content
"`;
exports[`SidecarService open sidecar with a currently active sidecar replaces the current sidecar with a new one 1`] = `"
Sidecar content 2
"`;
diff --git a/src/core/public/overlays/sidecar/components/__snapshots__/resizable_button.test.tsx.snap b/src/core/public/overlays/sidecar/components/__snapshots__/resizable_button.test.tsx.snap
index 9d46091330c3..8acfbacadd5c 100644
--- a/src/core/public/overlays/sidecar/components/__snapshots__/resizable_button.test.tsx.snap
+++ b/src/core/public/overlays/sidecar/components/__snapshots__/resizable_button.test.tsx.snap
@@ -44,7 +44,18 @@ exports[`it should emit onResize with min size when drag if new size is below th
/>
`;
-exports[`it should emit onResize with new flyout size when drag and horizontal 1`] = `
+exports[`it should emit onResize with new flyout size when docked left and drag and horizontal 1`] = `
+
+`;
+
+exports[`it should emit onResize with new flyout size when docked right and drag and horizontal 1`] = `