mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 20:29:08 +00:00
chore: Rename Test workflow -> Execute workflow (#15112)
This commit is contained in:
@@ -444,7 +444,7 @@ describe('RunData', () => {
|
||||
executionTime: 2,
|
||||
source: [
|
||||
{
|
||||
previousNode: 'When clicking ‘Test workflow’',
|
||||
previousNode: 'When clicking ‘Execute workflow’',
|
||||
},
|
||||
],
|
||||
executionStatus: 'error',
|
||||
@@ -475,7 +475,7 @@ describe('RunData', () => {
|
||||
const testNodes = [
|
||||
{
|
||||
id: '1',
|
||||
name: 'When clicking ‘Test workflow’',
|
||||
name: 'When clicking ‘Execute workflow’',
|
||||
type: 'n8n-nodes-base.manualTrigger',
|
||||
typeVersion: 1,
|
||||
position: [80, -180],
|
||||
@@ -529,7 +529,7 @@ describe('RunData', () => {
|
||||
executionTime: 2,
|
||||
source: [
|
||||
{
|
||||
previousNode: 'When clicking ‘Test workflow’',
|
||||
previousNode: 'When clicking ‘Execute workflow’',
|
||||
},
|
||||
],
|
||||
executionStatus: 'error',
|
||||
|
||||
Reference in New Issue
Block a user