Removed a Cy test that caused some errors

This commit is contained in:
David
2021-03-19 19:19:17 +01:00
parent 67900b135c
commit 1ef9399fdf

View File

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