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 Jan 2, 2024
1 parent bd8fdf0 commit 4c8616a
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 @@ -201,7 +201,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 @@ -238,7 +238,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 4c8616a

Please sign in to comment.