diff --git a/browser_tests/tests/graph.spec.ts b/browser_tests/tests/graph.spec.ts index cd89e92d5..0c021b5f2 100644 --- a/browser_tests/tests/graph.spec.ts +++ b/browser_tests/tests/graph.spec.ts @@ -19,6 +19,7 @@ test.describe('Graph', () => { }) test('Validate workflow links', async ({ comfyPage }) => { + await comfyPage.setSetting('Comfy.Validation.Workflows', true) await comfyPage.loadWorkflow('links/bad_link') await expect(comfyPage.getVisibleToastCount()).resolves.toBe(2) })