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 }) })