refactor(core): Remove env variable to enable folders (no-changelog) (#14076)

This commit is contained in:
Ricardo Espinoza
2025-03-20 12:10:38 -04:00
committed by GitHub
parent 1f56a24bbd
commit 01c7cc939a
5 changed files with 2 additions and 16 deletions

View File

@@ -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');