feat(editor): Log view improvements (#16489)

This commit is contained in:
Suguru Inoue
2025-07-01 09:30:17 +02:00
committed by GitHub
parent c11e4bd0a8
commit 4124b96a00
23 changed files with 446 additions and 201 deletions

View File

@@ -322,7 +322,8 @@ describe('LogsPanel', () => {
},
});
expect(await lastTreeItem.findByText('AI Agent')).toBeInTheDocument();
expect(lastTreeItem.getByText('Success in 33ms')).toBeInTheDocument();
expect(await lastTreeItem.findByText('Success')).toBeInTheDocument();
expect(lastTreeItem.getByText('in 33ms')).toBeInTheDocument();
workflowsStore.setWorkflowExecutionData({
...workflowsStore.workflowExecutionData!,