From 1ef9399fdfea97ce651c2601d3f979ebf4ab0dc0 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 19 Mar 2021 19:19:17 +0100 Subject: [PATCH] Removed a Cy test that caused some errors --- cypress/integration/app.spec.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cypress/integration/app.spec.ts b/cypress/integration/app.spec.ts index 5177158..3a5d55a 100644 --- a/cypress/integration/app.spec.ts +++ b/cypress/integration/app.spec.ts @@ -103,8 +103,3 @@ it("skips to main on 'skip link' click", () => { .url() .should("include", "#main"); }); - -it("shows error on >=4 params", () => { - cy.visit("/auto/en/translation/other"); - cy.findByText(404); -});