From a27607b28b3896e5b893bcdd57d9f6ba39f17812 Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Tue, 21 Jul 2026 19:51:26 +0200 Subject: [PATCH] test: update snapshots and splitter tests Signed-off-by: Erik Michelson --- .../__snapshots__/splitter.spec.tsx.snap | 232 ++++++++++++++++-- .../editor-page/splitter/splitter.spec.tsx | 25 +- 2 files changed, 238 insertions(+), 19 deletions(-) diff --git a/frontend/src/components/editor-page/splitter/__snapshots__/splitter.spec.tsx.snap b/frontend/src/components/editor-page/splitter/__snapshots__/splitter.spec.tsx.snap index 24370ada7..1eab3006d 100644 --- a/frontend/src/components/editor-page/splitter/__snapshots__/splitter.spec.tsx.snap +++ b/frontend/src/components/editor-page/splitter/__snapshots__/splitter.spec.tsx.snap @@ -1,6 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`Splitter resize can change size with mouse 1`] = ` +exports[`Splitter resize can change size with mouse: mouse initial 1`] = `
`; +exports[`Splitter resize can change size with mouse: mouse move to left 1`] = ` +
+
+
+
+ left +
+
+ +
+
+ right +
+
+
+
+`; + +exports[`Splitter resize can change size with mouse: mouse move to middle 1`] = ` +
+
+
+
+ left +
+
+ +
+
+ right +
+
+
+
+`; + +exports[`Splitter resize can change size with mouse: mouse move to right 1`] = ` +
+
+
+
+ left +
+
+ +
+
+ right +
+
+
+
+`; + exports[`Splitter resize can change size with touch: touch initial 1`] = `