Skip to content

Commit

Permalink
fixup! feat: Move to vite for bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr committed Feb 8, 2024
1 parent 143edfd commit 185006f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ before(() => {
return false
}

if (err.message.includes('clearFocusTrap')) {
return false
}

return true
})
})
Expand Down

0 comments on commit 185006f

Please sign in to comment.