]> git.proxmox.com Git - ceph.git/blob - 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
1 import '@applitools/eyes-cypress/commands';
2
3 import './commands';
4
5 afterEach(() => {
6 cy.visit('#/403');
7 });
8
9 Cypress.on('uncaught:exception', (err: Error) => {
10 return !err.message.includes('ResizeObserver loop limit exceeded');
11 });