From acb4583b44c5b5204bd451b08917e896bd7ea748 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Tue, 13 Jan 2026 12:31:21 +0000 Subject: [PATCH] Remove unused --- playwright/e2e/timeline/safety-error.spec.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/playwright/e2e/timeline/safety-error.spec.ts b/playwright/e2e/timeline/safety-error.spec.ts index 294f928538..34901abe4a 100644 --- a/playwright/e2e/timeline/safety-error.spec.ts +++ b/playwright/e2e/timeline/safety-error.spec.ts @@ -5,13 +5,9 @@ SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Com Please see LICENSE files in the repository root for full details. */ -// import * as fs from "node:fs"; - import { test, expect } from "../../element-web-test"; import { MatrixSafetyErrorCode } from "matrix-js-sdk/src/matrix"; -// const MEDIA_FILE = fs.readFileSync("playwright/sample-files/riot.png"); - test.describe("Safety error rendering", () => { test.use({ displayName: "Alan",