From 94d442bbadd4591452441dca3c19f34246d43a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sun, 25 Jun 2023 11:48:35 +0200 Subject: [PATCH] ci(cypress): Avoid unneeded user removal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- cypress/e2e/attachments.spec.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cypress/e2e/attachments.spec.js b/cypress/e2e/attachments.spec.js index 30d3b2893da..86dffe7e57e 100644 --- a/cypress/e2e/attachments.spec.js +++ b/cypress/e2e/attachments.spec.js @@ -410,10 +410,4 @@ describe('Test all attachment insertion methods', () => { } }) }) - - it('Delete the user', () => { - cy.deleteUser(user) - cy.deleteUser(recipient) - }) - })