Skip to content

Commit 4b898c4

Browse files
authored
test(cypress): drop redundant uncaught:exception suppression in memory-router spec
Removes the redundant per-spec Cypress uncaught exception suppression from the memory-router happy-path spec. The global Cypress support handler already handles the known allowed errors, so real unexpected exceptions will surface again.\n\nMerged PR #4826.
1 parent 8ec950c commit 4b898c4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/router-demo/router-host-2000/cypress/e2e/memory-router.cy.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ describe('router-host-2000/memory-router', () => {
1515
});
1616

1717
describe('memory-router', () => {
18-
Cypress.on('uncaught:exception', () => false);
19-
2018
it('remote1', () => {
2119
cy.verifyContent('Remote1 home page');
2220
cy.clickByClass('.self-remote1-detail-link');

0 commit comments

Comments
 (0)