mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-31 21:39:54 +00:00
* [test] Fix flaky TTL expiration test in remoteWidgets.spec.ts The test 'refreshes options when TTL expires' was flaky due to timing issues. Fixed by: - Increasing initial widget update wait from 256ms to 300ms for stability - Extending TTL expiration wait from 512ms to 600ms to ensure TTL has fully expired - Adding explicit click location and wait after refresh trigger - Adding clear comments explaining the timing requirements This should make the test more reliable by providing sufficient buffer time for the TTL to expire and the widget to refresh properly. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com> * [chore] Fix formatting in remoteWidgets.spec.ts Remove trailing whitespace as per prettier rules 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>