mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
e07e32f14d
* ⚡ Making workflow actions tests skip setup, changing suite number * 🔥 Removing unnecessary imports and vars * ✅ Adding workflow tags and copy/paste tests * ✅ Added tests for copying and pasting nodes * Update cypress/support/commands.ts Co-authored-by: Iván Ovejero <ivov.src@gmail.com> * 👌 Moving paste data to fixtures Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
38 lines
675 B
JSON
38 lines
675 B
JSON
{
|
|
"meta": {
|
|
"instanceId": "1a30c82b98a30444ad25bce513655a5e02be772d361403542c23172be6062f04"
|
|
},
|
|
"nodes": [{
|
|
"parameters": {
|
|
"rule": {
|
|
"interval": [{}]
|
|
}
|
|
},
|
|
"id": "a898563b-d2a4-4b15-a979-366872e801b0",
|
|
"name": "Schedule Trigger",
|
|
"type": "n8n-nodes-base.scheduleTrigger",
|
|
"typeVersion": 1,
|
|
"position": [420, 260]
|
|
}, {
|
|
"parameters": {
|
|
"options": {}
|
|
},
|
|
"id": "b9a13e3d-bfa5-4873-959f-fd3d67e380d9",
|
|
"name": "Set",
|
|
"type": "n8n-nodes-base.set",
|
|
"typeVersion": 1,
|
|
"position": [640, 260]
|
|
}],
|
|
"connections": {
|
|
"Schedule Trigger": {
|
|
"main": [
|
|
[{
|
|
"node": "Set",
|
|
"type": "main",
|
|
"index": 0
|
|
}]
|
|
]
|
|
}
|
|
}
|
|
}
|