mirror of
https://github.com/penpot/penpot.git
synced 2026-07-27 08:28:17 +00:00
✨ Fix broken playwright tests
This commit is contained in:
parent
c74cf3fa37
commit
48fb9fa6ea
@ -105,7 +105,7 @@ test("BUG 11006 - Fix history panel shortcut", async ({ page }) => {
|
|||||||
|
|
||||||
await workspacePage.goToWorkspace();
|
await workspacePage.goToWorkspace();
|
||||||
|
|
||||||
await page.keyboard.press("Control+Alt+h");
|
await page.keyboard.press("ControlOrMeta+Alt+h");
|
||||||
|
|
||||||
await expect(
|
await expect(
|
||||||
workspacePage.rightSidebar.getByText("There are no versions yet"),
|
workspacePage.rightSidebar.getByText("There are no versions yet"),
|
||||||
|
|||||||
@ -540,7 +540,7 @@
|
|||||||
[:values schema:layout-item-props-schema]
|
[:values schema:layout-item-props-schema]
|
||||||
[:applied-tokens [:maybe [:map-of :keyword :string]]]
|
[:applied-tokens [:maybe [:map-of :keyword :string]]]
|
||||||
[:ids [::sm/vec ::sm/uuid]]
|
[: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/defc layout-size-constraints*
|
||||||
{::mf/private true
|
{::mf/private true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user