From 50d17be58b8a16f9988fd7bcf2928709d4934abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 8 Feb 2024 14:53:02 +0100 Subject: [PATCH] fixup! feat: Move to vite for bundling --- cypress/support/e2e.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cypress/support/e2e.js b/cypress/support/e2e.js index 434e87f32d7..8f44bfe63e2 100644 --- a/cypress/support/e2e.js +++ b/cypress/support/e2e.js @@ -22,6 +22,10 @@ before(() => { return false } + if (err.message.includes('clearFocusTrap')) { + return false + } + return true }) })