Warning in automated test framework

User_267
Tera Contributor

Resize observer loop completed with undelivered notifications.

This error iam getting when I am trying to run Automated test framework.

What is the issue?

1 REPLY 1

Maik Skoddow
Tera Patron
Tera Patron

Hi @User_267 

this error message is not specific to ServiceNow.

It's in an inbuilt browser feature to prevent infinite resize loops that will crash the browser. This happens when an observed element is resized again during an event notification. This can easily happen when scrollbars appear suddenly, for example, or any fields are prefilled automatically by a browser extension.

Maik