tried to fix this issue from the daemon component sometime ago several
times but it didn't work. So force ignoring the error
Fixes: https://tracker.ceph.com/issues/59444
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit
f7e29e5ab85fabcf2524656bb456a2955fa8608d)
Cypress.on('uncaught:exception', (err: Error) => {
if (
err.message.includes('ResizeObserver loop limit exceeded') ||
- err.message.includes('api/prometheus/rules')
+ err.message.includes('api/prometheus/rules') ||
+ err.message.includes('NG0100: ExpressionChangedAfterItHasBeenCheckedError')
) {
return false;
}