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); -});