mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
[server-pro] add more e2e tests for Server Pro GitOrigin-RevId: 003a92ae6c12b58d1d31679f9d9e54d83cfc4a1e
8 lines
174 B
JavaScript
8 lines
174 B
JavaScript
import '@testing-library/cypress/add-commands'
|
|
|
|
Cypress.on('uncaught:exception', (err, runnable) => {
|
|
if (err.message.includes('ResizeObserver')) {
|
|
return false
|
|
}
|
|
})
|