mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-11 08:20:53 +00:00
## Summary - Remove unused `QueueHelper` class and its `comfyPage.queue` property - `QueueHelper` mocks the legacy `/api/queue` tuple format which the app no longer uses (now `/api/jobs` via `fetchQueue()`) - `comfyPage.queue.*` is never called in any test Fixes #10670 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-10771-chore-test-remove-dead-QueueHelper-from-browser-tests-3346d73d36508117bb19db9492bcbed3) by [Unito](https://www.unito.io)