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
juliusknorr committed Jun 26, 2023
1 parent 48d08ff commit 7d262ec
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 7d262ec

Please sign in to comment.