mirror of
https://github.com/penpot/penpot.git
synced 2026-03-11 12:56:14 +00:00
✨ Fix broken playwright tests
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user