mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
skip flaky functional test (#6844)
This commit is contained in:
parent
846d52d1c9
commit
17a1eb63e0
@ -1,7 +1,7 @@
|
|||||||
import { test, expect, drag_and_drop_file } from "@gradio/tootils";
|
import { test, expect, drag_and_drop_file } from "@gradio/tootils";
|
||||||
import fs from "fs";
|
import fs from "fs";
|
||||||
|
|
||||||
test("Image click-to-upload uploads image successfuly. Clear button dispatches event correctly. Downloading the file works and has the correct name.", async ({
|
test.skip("Image click-to-upload uploads image successfuly. Clear button dispatches event correctly. Downloading the file works and has the correct name.", async ({
|
||||||
page
|
page
|
||||||
}) => {
|
}) => {
|
||||||
await page.getByRole("button", { name: "Drop Image Here" }).click();
|
await page.getByRole("button", { name: "Drop Image Here" }).click();
|
||||||
|
Loading…
Reference in New Issue
Block a user