fix story again (#7357)

This commit is contained in:
Hannah 2024-02-08 21:52:33 +01:00 committed by GitHub
parent b25f76c5df
commit 9905e00e42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"));
}}
/>