From d46179afdc53a16503d0b3ca54dd40156b671ba5 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Tue, 28 Apr 2026 15:15:52 +0100 Subject: [PATCH] fixup test --- apps/web/playwright/e2e/right-panel/file-panel.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/playwright/e2e/right-panel/file-panel.spec.ts b/apps/web/playwright/e2e/right-panel/file-panel.spec.ts index cd16c000e1..e89c10b20f 100644 --- a/apps/web/playwright/e2e/right-panel/file-panel.spec.ts +++ b/apps/web/playwright/e2e/right-panel/file-panel.spec.ts @@ -162,7 +162,7 @@ test.describe("FilePanel", () => { await expect(audioBody.getByRole("button", { name: "Play" })).toBeVisible(); }); - test("should render file size in kibibytes on a file tile", async ({ page }) => { + test("should render file size in kibibytes on a file tile", async ({ page, app }) => { const size = "1.12 KB"; // actual file size in kibibytes (1024 bytes) // Upload a file