mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(editor): Add functionality to delete and rename folders (no-changelog) (#13785)
This commit is contained in:
committed by
GitHub
parent
09ebc3adc7
commit
e73f618851
@@ -47,6 +47,7 @@ switch (scenario) {
|
||||
testCommand: 'cypress open',
|
||||
customEnv: {
|
||||
CYPRESS_NODE_VIEW_VERSION: 2,
|
||||
N8N_FOLDERS_ENABLED: true,
|
||||
},
|
||||
});
|
||||
break;
|
||||
@@ -58,6 +59,7 @@ switch (scenario) {
|
||||
customEnv: {
|
||||
CYPRESS_NODE_VIEW_VERSION: 1,
|
||||
CYPRESS_BASE_URL: 'http://localhost:8080',
|
||||
N8N_FOLDERS_ENABLED: true,
|
||||
},
|
||||
});
|
||||
break;
|
||||
@@ -69,6 +71,7 @@ switch (scenario) {
|
||||
customEnv: {
|
||||
CYPRESS_NODE_VIEW_VERSION: 2,
|
||||
CYPRESS_BASE_URL: 'http://localhost:8080',
|
||||
N8N_FOLDERS_ENABLED: true,
|
||||
},
|
||||
});
|
||||
break;
|
||||
@@ -82,6 +85,7 @@ switch (scenario) {
|
||||
testCommand: `cypress run --headless ${specParam}`,
|
||||
customEnv: {
|
||||
CYPRESS_NODE_VIEW_VERSION: 2,
|
||||
N8N_FOLDERS_ENABLED: true,
|
||||
},
|
||||
});
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user