调整工作流通知测试位置

将通知辅助测试纳入AGC测试目录
保持提示文案和步骤映射覆盖
This commit is contained in:
2026-09-04 15:34:18 +08:00
parent e6b2539dfe
commit 7f3cf3b64b
@@ -3,7 +3,7 @@ import { describe, expect, it } from 'vitest';
import {
appendWorkflowCheckPrompt,
workflowStepLabel,
} from './workflowCompletionNotice';
} from '../src/view/ui-editor/components/workflowCompletionNotice';
describe('workflow completion notice helpers', () => {
it('appends the review prompt without duplicating it', () => {