mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Log view improvements (#16489)
This commit is contained in:
@@ -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!,
|
||||
|
||||
Reference in New Issue
Block a user