Load workflows from webm files (#2772)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
bymyself
2025-02-28 14:00:02 -07:00
committed by GitHub
parent 96768bba97
commit 792c5f2246
8 changed files with 416 additions and 1 deletions

View File

@@ -7,7 +7,8 @@ test.describe('Load Workflow in Media', () => {
'workflow.webp',
'edited_workflow.webp',
'no_workflow.webp',
'large_workflow.webp'
'large_workflow.webp',
'workflow.webm'
].forEach(async (fileName) => {
test(`Load workflow in ${fileName}`, async ({ comfyPage }) => {
await comfyPage.dragAndDropFile(fileName)