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