mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-12 00:42:03 +00:00
## Summary - Add queue overlay E2E tests: toggle, filter tabs, completed filter, close (5 tests) - Add workflow sidebar search E2E tests: search input, filter by name, clear, no matches (4 tests) - Fix AssetsHelper mock timestamps from seconds to milliseconds (matching backend's `int(time.time() * 1000)`) - Type AssetsHelper response pagination with `JobsListResponse` from `@comfyorg/ingest-types` ## Test plan - [ ] CI passes all Playwright shards - [ ] `pnpm typecheck:browser` passes - [ ] `pnpm lint` passes ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-10802-test-add-queue-overlay-and-workflow-search-E2E-tests-3356d73d365081018df8c7061c0854ee) by [Unito](https://www.unito.io) --------- Co-authored-by: Benjamin Lu <benjaminlu1107@gmail.com>