test: 更新工作流聊天页返回路径断言

This commit is contained in:
2026-08-03 14:51:02 +08:00
parent 89824b5b9b
commit de0ccf03aa

View File

@@ -12,7 +12,7 @@ describe('detail return navigation', () => {
['system/sysFeedback/sysFeedbackDetail.vue', '/sys/sysFeedback'], ['system/sysFeedback/sysFeedbackDetail.vue', '/sys/sysFeedback'],
['system/sysJob/SysJobLogList.vue', '/sys/sysJob'], ['system/sysJob/SysJobLogList.vue', '/sys/sysJob'],
['ai/workflow/WorkflowDesign.vue', '/ai/workflow'], ['ai/workflow/WorkflowDesign.vue', '/ai/workflow'],
['ai/workflow/RunPage.vue', '/ai/workflow'], ['ai/workflow/components/WorkflowChatPage.vue', '/ai/workflow'],
['ai/workflow/execute/WorkflowExecResultList.vue', '/ai/workflow'], ['ai/workflow/execute/WorkflowExecResultList.vue', '/ai/workflow'],
])('returns %s to its fixed parent list', (relativePath, parentPath) => { ])('returns %s to its fixed parent list', (relativePath, parentPath) => {
const source = readViewSource(relativePath); const source = readViewSource(relativePath);