Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
larisaVasile committed Jun 12, 2024
1 parent cf65229 commit c84ed8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/apps/ame-e2e/src/support/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ before(function before() {
// Do not truncate assertion outputs of arrays and objects
(<any>window).chai.config.truncateThreshold = 0;
});

Cypress.on('uncaught:exception', (err, runnable) => {
// returning false here prevents Cypress from failing the test
return false;
});

0 comments on commit c84ed8e

Please sign in to comment.