Fix broken playwright tests

This commit is contained in:
Belén Albeza
2026-02-18 17:10:57 +01:00
parent c74cf3fa37
commit 48fb9fa6ea
2 changed files with 2 additions and 2 deletions

View File

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