mirror of
https://github.com/penpot/penpot.git
synced 2025-03-10 06:41:40 -05:00
🐛 Fix workspace 'make group' test on Mac
This commit is contained in:
parent
f306ddb51f
commit
16d0b925fa
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ test("User makes a group", async ({ page }) => {
|
|||
pageId: "6191cd35-bb1f-81f7-8004-7cc63d087375",
|
||||
});
|
||||
await workspacePage.clickLeafLayer("Rectangle");
|
||||
await workspacePage.page.keyboard.press("ControlOrMeta+g");
|
||||
await workspacePage.page.keyboard.press("Control+g");
|
||||
await workspacePage.expectSelectedLayer("Group");
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue