mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
chore: Rename Test workflow -> Execute workflow (#15112)
This commit is contained in:
@@ -804,7 +804,7 @@ describe('generateNodesGraph', () => {
|
||||
{
|
||||
parameters: {},
|
||||
id: 'fe69383c-e418-4f98-9c0e-924deafa7f93',
|
||||
name: 'When clicking ‘Test workflow’',
|
||||
name: 'When clicking ‘Execute workflow’',
|
||||
type: 'n8n-nodes-base.manualTrigger',
|
||||
typeVersion: 1,
|
||||
position: [540, 220],
|
||||
@@ -829,7 +829,7 @@ describe('generateNodesGraph', () => {
|
||||
},
|
||||
],
|
||||
connections: {
|
||||
'When clicking ‘Test workflow’': {
|
||||
'When clicking ‘Execute workflow’': {
|
||||
main: [
|
||||
[
|
||||
{
|
||||
@@ -895,7 +895,7 @@ describe('generateNodesGraph', () => {
|
||||
is_pinned: false,
|
||||
},
|
||||
nameIndices: {
|
||||
'When clicking ‘Test workflow’': '0',
|
||||
'When clicking ‘Execute workflow’': '0',
|
||||
Chain: '1',
|
||||
Model: '2',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user