mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-17 02:16:16 +02:00
fixup test
This commit is contained in:
parent
a698261a56
commit
d46179afdc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user