Skip to content

Commit

Permalink
ci(cypress): Avoid unneeded user removal
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl authored and mejo- committed Jun 27, 2023
1 parent 936f2ef commit 94d442b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cypress/e2e/attachments.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,10 +410,4 @@ describe('Test all attachment insertion methods', () => {
}
})
})

it('Delete the user', () => {
cy.deleteUser(user)
cy.deleteUser(recipient)
})

})

0 comments on commit 94d442b

Please sign in to comment.