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>
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;
}