mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
e2e: replaced image
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 265 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 MiB |
@@ -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");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user