mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
fix story again (#7357)
This commit is contained in:
parent
b25f76c5df
commit
9905e00e42
@ -51,9 +51,6 @@
|
||||
|
||||
<Story
|
||||
name="Image Editor Interactions"
|
||||
parameters={{
|
||||
diffThreshold: 0.2
|
||||
}}
|
||||
args={{
|
||||
value: {
|
||||
path: "https://gradio-builds.s3.amazonaws.com/demo-files/ghepardo-primo-piano.jpg",
|
||||
@ -204,5 +201,7 @@
|
||||
await userEvent.click(canvas.getByLabelText("Undo"));
|
||||
|
||||
await userEvent.click(canvas.getByLabelText("Redo"));
|
||||
|
||||
await userEvent.click(canvas.getByLabelText("Erase button"));
|
||||
}}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user