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