Merge pull request #2432 from cheahjs/feat/a1111-integration-test

ci: add image gen with automatic1111 to integration test
This commit is contained in:
Timothy Jaeryang Baek
2024-05-21 07:36:33 -10:00
committed by GitHub
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>