Skip to content

Commit

Permalink
Enable tests related to renaming parent of trashed items
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Dec 12, 2023
1 parent 35ed289 commit 65cf519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/groupfolders.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ describe('Groupfolders ACLs and trashbin behavior', () => {
fileOrFolderDoesNotExistInTrashbin('subfolder1')
})

it.skip('Delete, rename parent and restore', () => {
it('Delete, rename parent and restore', () => {
// Create a subfolders and a file as manager
cy.login(managerUser)
cy.mkdir(managerUser, `/${groupFolderName}/subfolder1`)
Expand Down Expand Up @@ -229,7 +229,7 @@ describe('Groupfolders ACLs and trashbin behavior', () => {
fileOrFolderExists('file1.txt')
})

it.skip('Delete, rename parent and check ACL', () => {
it('Delete, rename parent and check ACL', () => {
// Create a subfolders and a file as manager
cy.login(managerUser)
cy.mkdir(managerUser, `/${groupFolderName}/subfolder1`)
Expand Down

0 comments on commit 65cf519

Please sign in to comment.