Skip to content

Commit

Permalink
hotfix: cypress 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
turtle601 committed Oct 20, 2023
1 parent 47d014d commit 8a4b304
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ Cypress.Commands.add('loginGoogleForMobile', () => {

cy.loginGoogle();
});

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

0 comments on commit 8a4b304

Please sign in to comment.