mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
refactor(core): Remove env variable to enable folders (no-changelog) (#14076)
This commit is contained in:
@@ -51,6 +51,7 @@ describe('Folders', () => {
|
||||
before(() => {
|
||||
cy.resetDatabase();
|
||||
cy.enableFeature('sharing');
|
||||
cy.enableFeature('folders');
|
||||
cy.enableFeature('advancedPermissions');
|
||||
cy.enableFeature('projectRole:admin');
|
||||
cy.enableFeature('projectRole:editor');
|
||||
|
||||
@@ -47,7 +47,6 @@ switch (scenario) {
|
||||
testCommand: 'cypress open',
|
||||
customEnv: {
|
||||
CYPRESS_NODE_VIEW_VERSION: 2,
|
||||
N8N_FOLDERS_ENABLED: true,
|
||||
},
|
||||
});
|
||||
break;
|
||||
@@ -59,7 +58,6 @@ switch (scenario) {
|
||||
customEnv: {
|
||||
CYPRESS_NODE_VIEW_VERSION: 1,
|
||||
CYPRESS_BASE_URL: 'http://localhost:8080',
|
||||
N8N_FOLDERS_ENABLED: true,
|
||||
},
|
||||
});
|
||||
break;
|
||||
@@ -71,7 +69,6 @@ switch (scenario) {
|
||||
customEnv: {
|
||||
CYPRESS_NODE_VIEW_VERSION: 2,
|
||||
CYPRESS_BASE_URL: 'http://localhost:8080',
|
||||
N8N_FOLDERS_ENABLED: true,
|
||||
},
|
||||
});
|
||||
break;
|
||||
@@ -85,7 +82,6 @@ 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