From 273bb22928923a4dc11338a4f75ad423fa27d7c0 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Wed, 6 Sep 2023 20:34:34 +0200 Subject: [PATCH] remove failing E2E test --- test/cypress/e2e/login.cy.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/cypress/e2e/login.cy.ts b/test/cypress/e2e/login.cy.ts index ce0ae9c1..3964d235 100644 --- a/test/cypress/e2e/login.cy.ts +++ b/test/cypress/e2e/login.cy.ts @@ -26,8 +26,4 @@ describe('Login', () => { }); }); - it('Should fail', () => { - cy.visit('/'); - cy.get('.does-not-exist', {timeout: 1}); - }); });