mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
committed by
Jovan Krunić
parent
6b9b1fa854
commit
e395e9d270
@@ -64,3 +64,7 @@ Cypress.on('window:before:load', window => {
|
||||
throw new Error(message);
|
||||
});
|
||||
});
|
||||
|
||||
Cypress.on('uncaught:exception', error => {
|
||||
return !error.message.includes('ResizeObserver loop limit exceeded');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user