Warning in automated test framework
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2023 11:12 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2023 06:54 PM
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