e2e: replaced image

This commit is contained in:
dswbx
2025-04-03 11:07:10 +02:00
parent f0f2b571b5
commit 5178dbee0d
3 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

+1 -1
View File
@@ -51,5 +51,5 @@ test("can upload a file", async ({ page }) => {
const fileChooserPromise = page.waitForEvent("filechooser"); const fileChooserPromise = page.waitForEvent("filechooser");
await page.getByText("Upload file").click(); await page.getByText("Upload file").click();
const fileChooser = await fileChooserPromise; const fileChooser = await fileChooserPromise;
await fileChooser.setFiles("./e2e/assets/image1.png"); await fileChooser.setFiles("./e2e/assets/image.jpg");
}); });