Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoE105 committed Jan 5, 2024
1 parent ff448b7 commit c858ed9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cypress/fixtures/Floating_Nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
],
"pinData": {},
"connections": {
"When clicking \"Execute Workflow\"": {
"When clicking \"Test Workflow\"": {
"main": [
[
{
Expand Down
2 changes: 1 addition & 1 deletion cypress/fixtures/Node_IO_filter.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
],
"pinData": {
"When clicking \"Execute Workflow\"": [
"When clicking \"Test Workflow\"": [
{
"json": {
"id": "654cfa05fa51480dcb543b1a",
Expand Down
6 changes: 3 additions & 3 deletions cypress/fixtures/Test_workflow_webhook_with_pin_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"parameters": {},
"id": "0a60e507-7f34-41c0-a0f9-697d852033b6",
"name": "When clicking \"Execute Workflow\"",
"name": "When clicking \"Test Workflow\"",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
Expand Down Expand Up @@ -93,7 +93,7 @@
]
},
"connections": {
"When clicking \"Execute Workflow\"": {
"When clicking \"Test Workflow\"": {
"main": [
[
{
Expand Down Expand Up @@ -148,4 +148,4 @@
"instanceId": "021d3c82ba2d3bc090cbf4fc81c9312668bcc34297e022bb3438c5c88a43a5ff"
},
"tags": []
}
}
6 changes: 3 additions & 3 deletions cypress/fixtures/Test_workflow_xml_output.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"parameters": {},
"id": "8108d313-8b03-4aa4-963d-cd1c0fe8f85c",
"name": "When clicking \"Execute Workflow\"",
"name": "When clicking \"Test Workflow\"",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
Expand Down Expand Up @@ -37,7 +37,7 @@
}
],
"connections": {
"When clicking \"Execute Workflow\"": {
"When clicking \"Test Workflow\"": {
"main": [
[
{
Expand All @@ -50,4 +50,4 @@
}
},
"pinData": {}
}
}

0 comments on commit c858ed9

Please sign in to comment.