]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/cypress/support/index.ts
import quincy beta 17.1.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / support / index.ts
index f87d13efadcf00e693cec5f9e3f4a20eb6c88fb0..f2307131aa6268a70b563d6922b1c152ab4e8527 100644 (file)
@@ -5,3 +5,7 @@ import './commands';
 afterEach(() => {
   cy.visit('#/403');
 });
+
+Cypress.on('uncaught:exception', (err: Error) => {
+  return !err.message.includes('ResizeObserver loop limit exceeded');
+});