diff --git a/frontend/app/cypress/support/index.ts b/frontend/app/cypress/support/index.ts index fce2536c..cd774ca4 100644 --- a/frontend/app/cypress/support/index.ts +++ b/frontend/app/cypress/support/index.ts @@ -48,7 +48,10 @@ Cypress.on('window:before:load', window => { }); afterEach(function () { - cy.get('@consoleError').should('not.have.been.called'); + // TODO: See if we can enable this again at some point + // as of now, this causes flakiness because of random network errors + // and other thing that are not related to the actual test + // cy.get('@consoleError').should('not.have.been.called'); }); Cypress.on('uncaught:exception', error => {