mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix workspace 'make group' test on Mac
This commit is contained in:
@@ -50,7 +50,7 @@ test("User makes a group", async ({ page }) => {
|
|||||||
pageId: "6191cd35-bb1f-81f7-8004-7cc63d087375",
|
pageId: "6191cd35-bb1f-81f7-8004-7cc63d087375",
|
||||||
});
|
});
|
||||||
await workspacePage.clickLeafLayer("Rectangle");
|
await workspacePage.clickLeafLayer("Rectangle");
|
||||||
await workspacePage.page.keyboard.press("ControlOrMeta+g");
|
await workspacePage.page.keyboard.press("Control+g");
|
||||||
await workspacePage.expectSelectedLayer("Group");
|
await workspacePage.expectSelectedLayer("Group");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user