mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Node Creator AI nodes improvements (#9484)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
@@ -667,7 +667,7 @@ describe('generateNodesGraph', () => {
|
||||
{
|
||||
parameters: {},
|
||||
id: 'fe69383c-e418-4f98-9c0e-924deafa7f93',
|
||||
name: 'When clicking "Test workflow"',
|
||||
name: 'When clicking ‘Test workflow’',
|
||||
type: 'n8n-nodes-base.manualTrigger',
|
||||
typeVersion: 1,
|
||||
position: [540, 220],
|
||||
@@ -692,7 +692,7 @@ describe('generateNodesGraph', () => {
|
||||
},
|
||||
],
|
||||
connections: {
|
||||
'When clicking "Test workflow"': {
|
||||
'When clicking ‘Test workflow’': {
|
||||
main: [
|
||||
[
|
||||
{
|
||||
@@ -758,7 +758,7 @@ describe('generateNodesGraph', () => {
|
||||
is_pinned: false,
|
||||
},
|
||||
nameIndices: {
|
||||
'When clicking "Test workflow"': '0',
|
||||
'When clicking ‘Test workflow’': '0',
|
||||
Chain: '1',
|
||||
Model: '2',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user