From df83bd05efddf3c4a01069e189e128804ffbf09e Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Thu, 14 May 2026 14:30:54 +0100 Subject: [PATCH] unfake CIDER --- apps/web/playwright/e2e/composer/CIDER.spec.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/web/playwright/e2e/composer/CIDER.spec.ts b/apps/web/playwright/e2e/composer/CIDER.spec.ts index 37abdda015..3e643024bb 100644 --- a/apps/web/playwright/e2e/composer/CIDER.spec.ts +++ b/apps/web/playwright/e2e/composer/CIDER.spec.ts @@ -207,12 +207,6 @@ test.describe("Composer", () => { }); test("can paste a file", async ({ page, bot, app }) => { - // Set up a private room so we have another user to mention - await app.client.createRoom({ - is_direct: true, - invite: [bot.credentials.userId], - }); - await app.viewRoomByName("Bob"); await app.composerDragAndPasteFile("room", getSampleFilePath("riot.png"), "image/png"); await expect(page.locator(".mx_MImageBody")).toBeVisible(); });