mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-15 17:36:19 +02:00
unfake CIDER
This commit is contained in:
parent
3b756d3c93
commit
df83bd05ef
@ -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();
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user