feat: add image gen with automatic1111 to integration test

This commit is contained in:
Jun Siang Cheah
2024-05-20 08:56:18 +01:00
parent 009e85d56e
commit a937f6504a
5 changed files with 60 additions and 2 deletions

View File

@@ -19,5 +19,5 @@
showImagePreview = true;
}}
>
<img src={_src} {alt} class=" max-h-96 rounded-lg" draggable="false" />
<img src={_src} {alt} class=" max-h-96 rounded-lg" draggable="false" data-cy="image" />
</button>