From 48fb9fa6ea549cdbefbe7d080632dfd82cf9bea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Wed, 18 Feb 2026 17:10:57 +0100 Subject: [PATCH] :sparkles: Fix broken playwright tests --- frontend/playwright/ui/specs/versions.spec.js | 2 +- .../main/ui/workspace/sidebar/options/menus/layout_item.cljs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/playwright/ui/specs/versions.spec.js b/frontend/playwright/ui/specs/versions.spec.js index ea5a3e9606..22fbdc08be 100644 --- a/frontend/playwright/ui/specs/versions.spec.js +++ b/frontend/playwright/ui/specs/versions.spec.js @@ -105,7 +105,7 @@ test("BUG 11006 - Fix history panel shortcut", async ({ page }) => { await workspacePage.goToWorkspace(); - await page.keyboard.press("Control+Alt+h"); + await page.keyboard.press("ControlOrMeta+Alt+h"); await expect( workspacePage.rightSidebar.getByText("There are no versions yet"), diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_item.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_item.cljs index dd6c661030..f5bc637567 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_item.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_item.cljs @@ -540,7 +540,7 @@ [:values schema:layout-item-props-schema] [:applied-tokens [:maybe [:map-of :keyword :string]]] [:ids [::sm/vec ::sm/uuid]] - [:v-sizing {:optional true} [:maybe [:= :fill]]]]) + [:v-sizing {:optional true} [:maybe [:enum :fill :fix :auto]]]]) (mf/defc layout-size-constraints* {::mf/private true