test: 更新工作流聊天页返回路径断言
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user