diff --git a/cypress/constants.ts b/cypress/constants.ts index d37dd375741c1..9711a7fc0294e 100644 --- a/cypress/constants.ts +++ b/cypress/constants.ts @@ -35,7 +35,7 @@ export const INSTANCE_MEMBERS = [ ]; export const MANUAL_TRIGGER_NODE_NAME = 'Manual Trigger'; -export const MANUAL_TRIGGER_NODE_DISPLAY_NAME = 'When clicking "Test Workflow"'; +export const MANUAL_TRIGGER_NODE_DISPLAY_NAME = 'When clicking "Test workflow"'; export const MANUAL_CHAT_TRIGGER_NODE_NAME = 'Chat Trigger'; export const SCHEDULE_TRIGGER_NODE_NAME = 'Schedule Trigger'; export const CODE_NODE_NAME = 'Code'; diff --git a/cypress/e2e/36-suggested-templates.cy.ts b/cypress/e2e/36-suggested-templates.cy.ts index 897714a835534..b788796e45b01 100644 --- a/cypress/e2e/36-suggested-templates.cy.ts +++ b/cypress/e2e/36-suggested-templates.cy.ts @@ -49,7 +49,7 @@ describe('Suggested templates - Should render', () => { it('should render suggested templates when there are workflows in the list', () => { WorkflowsListPage.getters.suggestedTemplatesNewWorkflowButton().click(); - cy.createFixtureWorkflow('Test_workflow_1.json', 'Test Workflow'); + cy.createFixtureWorkflow('Test_workflow_1.json', 'Test workflow'); cy.visit(WorkflowsListPage.url); WorkflowsListPage.getters.suggestedTemplatesSectionContainer().should('exist'); cy.contains(`Explore ${fixtureSections.sections[0].name.toLocaleLowerCase()} workflow templates`).should('exist'); diff --git a/cypress/e2e/4-node-creator.cy.ts b/cypress/e2e/4-node-creator.cy.ts index 90ea78c1fb9bd..197aefbe21538 100644 --- a/cypress/e2e/4-node-creator.cy.ts +++ b/cypress/e2e/4-node-creator.cy.ts @@ -308,7 +308,7 @@ describe('Node Creator', () => { nodeCreatorFeature.getters.getCategoryItem('Actions').click(); nodeCreatorFeature.getters.getCreatorItem('Create a credential').click(); NDVModal.actions.close(); - WorkflowPage.actions.deleteNode('When clicking "Test Workflow"'); + WorkflowPage.actions.deleteNode('When clicking "Test workflow"'); WorkflowPage.getters.canvasNodePlusEndpointByName('n8n').click(); nodeCreatorFeature.getters.searchBar().find('input').clear().type('n8n'); nodeCreatorFeature.getters.getCreatorItem('n8n').click(); diff --git a/cypress/e2e/5-ndv.cy.ts b/cypress/e2e/5-ndv.cy.ts index 4fc69f8fde58f..0c6d0cc8ddec1 100644 --- a/cypress/e2e/5-ndv.cy.ts +++ b/cypress/e2e/5-ndv.cy.ts @@ -579,7 +579,7 @@ describe('NDV', () => { ndv.getters.backToCanvas().click(); workflowPage.actions.executeWorkflow(); // Manual tigger node should show success indicator - workflowPage.actions.openNode('When clicking "Test Workflow"'); + workflowPage.actions.openNode('When clicking "Test workflow"'); ndv.getters.nodeRunSuccessIndicator().should('exist'); // Code node should show error ndv.getters.backToCanvas().click(); diff --git a/cypress/fixtures/Floating_Nodes.json b/cypress/fixtures/Floating_Nodes.json index d95675d3c2134..2ffc1b3fde777 100644 --- a/cypress/fixtures/Floating_Nodes.json +++ b/cypress/fixtures/Floating_Nodes.json @@ -4,7 +4,7 @@ { "parameters": {}, "id": "d0eda550-2526-42a1-aa19-dee411c8acf9", - "name": "When clicking \"Test Workflow\"", + "name": "When clicking \"Test workflow\"", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ @@ -91,7 +91,7 @@ ], "pinData": {}, "connections": { - "When clicking \"Test Workflow\"": { + "When clicking \"Test workflow\"": { "main": [ [ { diff --git a/cypress/fixtures/Lots_of_nodes.json b/cypress/fixtures/Lots_of_nodes.json index 85a100b94e0bc..7b3ad507c8f18 100644 --- a/cypress/fixtures/Lots_of_nodes.json +++ b/cypress/fixtures/Lots_of_nodes.json @@ -4,7 +4,7 @@ { "parameters": {}, "id": "369fe424-dd3b-4399-9de3-50bd4ce1f75b", - "name": "When clicking \"Test Workflow\"", + "name": "When clicking \"Test workflow\"", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ @@ -570,7 +570,7 @@ ], "pinData": {}, "connections": { - "When clicking \"Test Workflow\"": { + "When clicking \"Test workflow\"": { "main": [ [ { @@ -1048,4 +1048,4 @@ "instanceId": "8a47b83b4479b11330fdf21ccc96d4a8117035a968612e452b4c87bfd09c16c7" }, "tags": [] -} \ No newline at end of file +} diff --git a/cypress/fixtures/Node_IO_filter.json b/cypress/fixtures/Node_IO_filter.json index 9bb9ff994ff33..61be5d58d8016 100644 --- a/cypress/fixtures/Node_IO_filter.json +++ b/cypress/fixtures/Node_IO_filter.json @@ -4,7 +4,7 @@ { "parameters": {}, "id": "46770685-44d1-4aad-9107-1d790cf26b50", - "name": "When clicking \"Test Workflow\"", + "name": "When clicking \"Test workflow\"", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ @@ -74,7 +74,7 @@ } ], "pinData": { - "When clicking \"Test Workflow\"": [ + "When clicking \"Test workflow\"": [ { "json": { "id": "654cfa05fa51480dcb543b1a", @@ -599,7 +599,7 @@ ] }, "connections": { - "When clicking \"Test Workflow\"": { + "When clicking \"Test workflow\"": { "main": [ [ { diff --git a/cypress/fixtures/Suggested_Templates.json b/cypress/fixtures/Suggested_Templates.json index 982b75296d36c..3f69c4b1a90bb 100644 --- a/cypress/fixtures/Suggested_Templates.json +++ b/cypress/fixtures/Suggested_Templates.json @@ -42,7 +42,7 @@ { "parameters": {}, "id": "551313bb-1e01-4133-9956-e6f09968f2ce", - "name": "When clicking \"Test Workflow\"", + "name": "When clicking \"Test workflow\"", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ @@ -92,7 +92,7 @@ } ], "connections": { - "When clicking \"Test Workflow\"": { + "When clicking \"Test workflow\"": { "main": [ [ { @@ -191,7 +191,7 @@ { "parameters": {}, "id": "551313bb-1e01-4133-9956-e6f09968f2ce", - "name": "When clicking \"Test Workflow\"", + "name": "When clicking \"Test workflow\"", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ @@ -241,7 +241,7 @@ } ], "connections": { - "When clicking \"Test Workflow\"": { + "When clicking \"Test workflow\"": { "main": [ [ { @@ -374,7 +374,7 @@ { "parameters": {}, "id": "551313bb-1e01-4133-9956-e6f09968f2ce", - "name": "When clicking \"Test Workflow\"", + "name": "When clicking \"Test workflow\"", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ @@ -424,7 +424,7 @@ } ], "connections": { - "When clicking \"Test Workflow\"": { + "When clicking \"Test workflow\"": { "main": [ [ { @@ -524,7 +524,7 @@ { "parameters": {}, "id": "551313bb-1e01-4133-9956-e6f09968f2ce", - "name": "When clicking \"Test Workflow\"", + "name": "When clicking \"Test workflow\"", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ @@ -574,7 +574,7 @@ } ], "connections": { - "When clicking \"Test Workflow\"": { + "When clicking \"Test workflow\"": { "main": [ [ { diff --git a/cypress/fixtures/Test_workflow_5.json b/cypress/fixtures/Test_workflow_5.json index b94fcd283ace6..5771e197d9e56 100644 --- a/cypress/fixtures/Test_workflow_5.json +++ b/cypress/fixtures/Test_workflow_5.json @@ -40,7 +40,7 @@ { "parameters": {}, "id": "ef63cdc5-50bc-4525-9873-7e7f7589a60e", - "name": "When clicking \"Test Workflow\"", + "name": "When clicking \"Test workflow\"", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ @@ -199,7 +199,7 @@ ] ] }, - "When clicking \"Test Workflow\"": { + "When clicking \"Test workflow\"": { "main": [ [ { diff --git a/cypress/fixtures/Test_workflow_filter.json b/cypress/fixtures/Test_workflow_filter.json index e30a3504caef3..e5aad933882f7 100644 --- a/cypress/fixtures/Test_workflow_filter.json +++ b/cypress/fixtures/Test_workflow_filter.json @@ -4,7 +4,7 @@ { "parameters": {}, "id": "f332a7d1-31b4-4e78-b31e-9e8db945bf3f", - "name": "When clicking \"Test Workflow\"", + "name": "When clicking \"Test workflow\"", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ @@ -99,7 +99,7 @@ ], "pinData": {}, "connections": { - "When clicking \"Test Workflow\"": { + "When clicking \"Test workflow\"": { "main": [ [ { diff --git a/cypress/fixtures/Test_workflow_ndv_version.json b/cypress/fixtures/Test_workflow_ndv_version.json index 871a526e3a918..7d8f6af924810 100644 --- a/cypress/fixtures/Test_workflow_ndv_version.json +++ b/cypress/fixtures/Test_workflow_ndv_version.json @@ -4,7 +4,7 @@ { "parameters": {}, "id": "aadaed66-84ed-4cf8-bf21-082e9a65db76", - "name": "When clicking \"Test Workflow\"", + "name": "When clicking \"Test workflow\"", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ diff --git a/cypress/fixtures/Test_workflow_schema_test.json b/cypress/fixtures/Test_workflow_schema_test.json index f615316c738dc..8c83c4f20e633 100644 --- a/cypress/fixtures/Test_workflow_schema_test.json +++ b/cypress/fixtures/Test_workflow_schema_test.json @@ -47,7 +47,7 @@ { "parameters": {}, "id": "58512a93-dabf-4584-817f-27c608c1bdd5", - "name": "When clicking \"Test Workflow\"", + "name": "When clicking \"Test workflow\"", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ @@ -69,7 +69,7 @@ ] ] }, - "When clicking \"Test Workflow\"": { + "When clicking \"Test workflow\"": { "main": [ [ { diff --git a/cypress/fixtures/Test_workflow_schema_test_pinned_data.json b/cypress/fixtures/Test_workflow_schema_test_pinned_data.json index 867563ddfd408..8bd5ef783db56 100644 --- a/cypress/fixtures/Test_workflow_schema_test_pinned_data.json +++ b/cypress/fixtures/Test_workflow_schema_test_pinned_data.json @@ -47,7 +47,7 @@ { "parameters": {}, "id": "3dc7cf26-ff25-4437-b9fd-0e8b127ebec9", - "name": "When clicking \"Test Workflow\"", + "name": "When clicking \"Test workflow\"", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ @@ -552,7 +552,7 @@ ] ] }, - "When clicking \"Test Workflow\"": { + "When clicking \"Test workflow\"": { "main": [ [ { diff --git a/cypress/fixtures/Test_workflow_webhook_with_pin_data.json b/cypress/fixtures/Test_workflow_webhook_with_pin_data.json index d1bfb171335f1..fb632bcf36383 100644 --- a/cypress/fixtures/Test_workflow_webhook_with_pin_data.json +++ b/cypress/fixtures/Test_workflow_webhook_with_pin_data.json @@ -4,7 +4,7 @@ { "parameters": {}, "id": "0a60e507-7f34-41c0-a0f9-697d852033b6", - "name": "When clicking \"Test Workflow\"", + "name": "When clicking \"Test workflow\"", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ @@ -93,7 +93,7 @@ ] }, "connections": { - "When clicking \"Test Workflow\"": { + "When clicking \"Test workflow\"": { "main": [ [ { diff --git a/cypress/fixtures/Test_workflow_xml_output.json b/cypress/fixtures/Test_workflow_xml_output.json index 03d09a1735d9d..17449bc56d9ab 100644 --- a/cypress/fixtures/Test_workflow_xml_output.json +++ b/cypress/fixtures/Test_workflow_xml_output.json @@ -6,7 +6,7 @@ { "parameters": {}, "id": "8108d313-8b03-4aa4-963d-cd1c0fe8f85c", - "name": "When clicking \"Test Workflow\"", + "name": "When clicking \"Test workflow\"", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ @@ -37,7 +37,7 @@ } ], "connections": { - "When clicking \"Test Workflow\"": { + "When clicking \"Test workflow\"": { "main": [ [ { diff --git a/cypress/fixtures/expression_with_paired_item_in_multi_input_node.json b/cypress/fixtures/expression_with_paired_item_in_multi_input_node.json index 8fb17e15b481e..ffb7005f4fbd8 100644 --- a/cypress/fixtures/expression_with_paired_item_in_multi_input_node.json +++ b/cypress/fixtures/expression_with_paired_item_in_multi_input_node.json @@ -6,7 +6,7 @@ { "parameters": {}, "id": "bcb6abdf-d34b-4ea7-a8ed-58155b708c43", - "name": "When clicking \"Test Workflow\"", + "name": "When clicking \"Test workflow\"", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ @@ -90,7 +90,7 @@ } ], "connections": { - "When clicking \"Test Workflow\"": { + "When clicking \"Test workflow\"": { "main": [ [ { diff --git a/cypress/fixtures/workflow-with-unknown-credentials.json b/cypress/fixtures/workflow-with-unknown-credentials.json index 17d355f92e234..142422227c1ee 100644 --- a/cypress/fixtures/workflow-with-unknown-credentials.json +++ b/cypress/fixtures/workflow-with-unknown-credentials.json @@ -27,7 +27,7 @@ { "parameters": {}, "id": "acdd1bdc-c642-4ea6-ad67-f4201b640cfa", - "name": "When clicking \"Test Workflow\"", + "name": "When clicking \"Test workflow\"", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ @@ -37,7 +37,7 @@ } ], "connections": { - "When clicking \"Test Workflow\"": { + "When clicking \"Test workflow\"": { "main": [ [ { diff --git a/cypress/fixtures/workflow-with-unknown-nodes.json b/cypress/fixtures/workflow-with-unknown-nodes.json index c5b5f165b308c..5ea0189e50af4 100644 --- a/cypress/fixtures/workflow-with-unknown-nodes.json +++ b/cypress/fixtures/workflow-with-unknown-nodes.json @@ -6,7 +6,7 @@ { "parameters": {}, "id": "40720511-19b6-4421-bdb0-3fb6efef4bc5", - "name": "When clicking \"Test Workflow\"", + "name": "When clicking \"Test workflow\"", "type": "n8n-nodes-base.manualTrigger", "typeVersion": 1, "position": [ @@ -64,7 +64,7 @@ } ], "connections": { - "When clicking \"Test Workflow\"": { + "When clicking \"Test workflow\"": { "main": [ [ { diff --git a/packages/cli/templates/form-trigger-404.handlebars b/packages/cli/templates/form-trigger-404.handlebars index e4118fd810240..234cb0e4dcbe9 100644 --- a/packages/cli/templates/form-trigger-404.handlebars +++ b/packages/cli/templates/form-trigger-404.handlebars @@ -34,7 +34,7 @@ {{#if isTestWebhook}}

Form Trigger isn't listening yet

-

Click the "Test Step" button in your form trigger

+

Click the "Test step" button in your form trigger

{{else}}
diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index 4e7b6ef8a6713..9a532916b8816 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -458,7 +458,7 @@ "credentialsList.updated": "Updated", "credentialsList.yourSavedCredentials": "Your saved credentials", "credentials.heading": "Credentials", - "credentials.add": "Add Credential", + "credentials.add": "Add credential", "credentials.empty.heading": "{name}, let's set up a credential", "credentials.empty.heading.userNotSetup": "Set up a credential", "credentials.empty.description": "Credentials let workflows interact with your apps and services", @@ -559,7 +559,7 @@ "executionsList.clearSelection": "Clear selection", "executionsList.error": "Failed", "executionsList.filters": "Filters", - "executionsList.loadMore": "Load More", + "executionsList.loadMore": "Load more", "executionsList.empty": "No executions", "executionsList.loadedAll": "No more executions to fetch", "executionsList.modes.error": "error", @@ -760,9 +760,9 @@ "ndv.execute.executing": "Executing", "ndv.execute.fetchEvent": "Fetch Test Event", "ndv.execute.fixPrevious": "Fix previous node first", - "ndv.execute.listenForTestEvent": "Listen For Test Event", - "ndv.execute.testChat": "Test Chat", - "ndv.execute.testStep": "Test Step", + "ndv.execute.listenForTestEvent": "Listen for test event", + "ndv.execute.testChat": "Test chat", + "ndv.execute.testStep": "Test step", "ndv.execute.stopListening": "Stop Listening", "ndv.execute.nodeIsDisabled": "Enable node to execute", "ndv.execute.requiredFieldsMissing": "Complete required fields first", @@ -1056,7 +1056,7 @@ "nodeView.redirecting": "Redirecting", "nodeView.refresh": "Refresh", "nodeView.resetZoom": "Reset Zoom", - "nodeView.runButtonText.executeWorkflow": "Test Workflow", + "nodeView.runButtonText.executeWorkflow": "Test workflow", "nodeView.runButtonText.executingWorkflow": "Executing Workflow", "nodeView.runButtonText.waitingForTriggerEvent": "Waiting for Trigger Event", "nodeView.showError.workflowError": "Workflow execution finished with an error", @@ -1662,7 +1662,7 @@ "settings.sourceControl.modals.push.commitMessage": "Commit message", "settings.sourceControl.modals.push.commitMessage.placeholder": "e.g. My commit", "settings.sourceControl.modals.push.buttons.cancel": "Cancel", - "settings.sourceControl.modals.push.buttons.save": "Commit and Push", + "settings.sourceControl.modals.push.buttons.save": "Commit and push", "settings.sourceControl.modals.push.success.title": "Pushed successfully", "settings.sourceControl.modals.push.success.description": "The files you selected were committed and pushed to the remote repository", "settings.sourceControl.status.modified": "Modified", @@ -1991,7 +1991,7 @@ "workflowHistory.action.clone.success.title": "Successfully cloned workflow version", "workflowHistory.action.clone.success.message": "Open cloned workflow in a new tab", "workflows.heading": "Workflows", - "workflows.add": "Add Workflow", + "workflows.add": "Add workflow", "workflows.menu.my": "My workflows", "workflows.menu.all": "All workflows", "workflows.item.open": "Open", @@ -2064,7 +2064,7 @@ "importParameter.showError.invalidProtocol2.title": "Invalid Protocol", "importParameter.showError.invalidProtocol.message": "The HTTP node doesn’t support {protocol} requests", "variables.heading": "Variables", - "variables.add": "Add Variable", + "variables.add": "Add variable", "variables.add.unavailable": "Upgrade plan to keep using variables", "variables.add.unavailable.empty": "Upgrade plan to start using variables", "variables.add.onlyOwnerCanCreate": "Only owner can create variables", diff --git a/packages/nodes-base/nodes/Form/common.descriptions.ts b/packages/nodes-base/nodes/Form/common.descriptions.ts index 4408f43a8d1f3..b986412e0a61f 100644 --- a/packages/nodes-base/nodes/Form/common.descriptions.ts +++ b/packages/nodes-base/nodes/Form/common.descriptions.ts @@ -176,9 +176,9 @@ export const formTriggerPanel = { header: 'Pull in a test form submission', executionsHelp: { inactive: - "Form Trigger has two modes: test and production.

Use test mode while you build your workflow. Click the 'Test Step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.

Use production mode to run your workflow automatically. Activate the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor.", + "Form Trigger has two modes: test and production.

Use test mode while you build your workflow. Click the 'Test step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.

Use production mode to run your workflow automatically. Activate the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor.", active: - "Form Trigger has two modes: test and production.

Use test mode while you build your workflow. Click the 'Test Step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.

Use production mode to run your workflow automatically. Activate the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor.", + "Form Trigger has two modes: test and production.

Use test mode while you build your workflow. Click the 'Test step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.

Use production mode to run your workflow automatically. Activate the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor.", }, activationHint: { active: diff --git a/packages/nodes-base/nodes/ManualTrigger/ManualTrigger.node.ts b/packages/nodes-base/nodes/ManualTrigger/ManualTrigger.node.ts index b84ba873f713a..4072f6f69fc63 100644 --- a/packages/nodes-base/nodes/ManualTrigger/ManualTrigger.node.ts +++ b/packages/nodes-base/nodes/ManualTrigger/ManualTrigger.node.ts @@ -16,7 +16,7 @@ export class ManualTrigger implements INodeType { eventTriggerDescription: '', maxNodes: 1, defaults: { - name: 'When clicking "Test Workflow"', + name: 'When clicking "Test workflow"', color: '#909298', }, diff --git a/packages/workflow/test/TelemetryHelpers.test.ts b/packages/workflow/test/TelemetryHelpers.test.ts index 97015194cac31..203a217e1870f 100644 --- a/packages/workflow/test/TelemetryHelpers.test.ts +++ b/packages/workflow/test/TelemetryHelpers.test.ts @@ -665,7 +665,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], @@ -690,7 +690,7 @@ describe('generateNodesGraph', () => { }, ], connections: { - 'When clicking "Test Workflow"': { + 'When clicking "Test workflow"': { main: [ [ { @@ -756,7 +756,7 @@ describe('generateNodesGraph', () => { is_pinned: false, }, nameIndices: { - 'When clicking "Test Workflow"': '0', + 'When clicking "Test workflow"': '0', Chain: '1', Model: '2', },