test: add regression annotation for PR #10745

This commit is contained in:
jaeone94
2026-03-31 00:21:34 +09:00
parent 2f7f952338
commit 8d5e605c3a

View File

@@ -326,6 +326,12 @@ test.describe('Workflow Persistence', () => {
test('Closing an inactive tab with save preserves its own content', async ({
comfyPage
}) => {
test.info().annotations.push({
type: 'regression',
description:
'PR #10745 — saveWorkflow called checkState on inactive tab, serializing the active graph instead'
})
await comfyPage.settings.setSetting(
'Comfy.Workflow.WorkflowTabsPosition',
'Topbar'