🐛 Fix shortcut for history not working

This commit is contained in:
Alejandro Alonso 2024-12-05 10:18:55 +01:00
parent 630f42f7ac
commit 4114d9b56f
31 changed files with 31 additions and 36 deletions

View file

@ -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",