Closed
Description
The goal is to capture an event if a user Click results in no UI change. Giving the impression that the site is broken.
Some considerations:
- If the button becomes greyed out, there's a DOM mutation change and no detection happens
- If an HTTP request happens as a result of the click, its latency could be a driver to the issue detection if the UI doesn't have a spinner
This was one of the identified potential Replay Issues: