mirror of
https://github.com/penpot/penpot.git
synced 2025-06-25 05:36:59 +02:00
🐛 Fix shortcut for history not working
This commit is contained in:
parent
630f42f7ac
commit
4114d9b56f
31 changed files with 31 additions and 36 deletions
|
@ -30,7 +30,7 @@ test("Save and restore version", async ({ page }) => {
|
|||
"workspace/versions-snapshot-1.json",
|
||||
);
|
||||
|
||||
await page.getByLabel("History (Alt+H)").click();
|
||||
await page.getByLabel("History").click();
|
||||
|
||||
await workspacePage.mockRPC(
|
||||
"create-file-snapshot",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue