Upstream rgthree's link fixer (#3350)

This commit is contained in:
Chenlei Hu
2025-04-08 18:32:43 -04:00
committed by GitHub
parent 46af2f03f3
commit a489c19b07
6 changed files with 709 additions and 10 deletions

View File

@@ -13,4 +13,9 @@ test.describe('Graph', () => {
})
).toBe(1)
})
test('Validate workflow links', async ({ comfyPage }) => {
await comfyPage.loadWorkflow('bad_link')
await expect(comfyPage.getVisibleToastCount()).resolves.toBe(2)
})
})