Remove per-spec uncaught-exception swallowing in Cypress E2E tests

Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
2026-03-08 18:32:48 +08:00
parent 7309c97502
commit 7d368bf0c3
4 changed files with 0 additions and 11 deletions

View File

@@ -8,8 +8,6 @@ import { loginWithFixtures } from "../support/intercept";
describe("Discover Tab Navigation", () => {
beforeEach(() => {
loginWithFixtures();
// Suppress Cytoscape rendering errors in headless mode
cy.on("uncaught:exception", () => false);
});
describe("navigating from Map page", () => {