bymyself
c5138692bf
fix: import comfyExpect from ComfyPage in all vueNodes tests
2025-11-11 10:56:06 -08:00
bymyself
24be8d123b
fix: resolve circular dependency by removing comfyPageFixture re-export
...
- Remove comfyPageFixture re-export from ComfyPage.ts
- Update all test imports to use comfyPageFixture from its own file
- Update README.md example to show correct import path
- Fixes: comfyPageFixture → LocalhostComfyPage → ComfyPage circular import
2025-11-06 22:55:25 -07:00
Christian Byrne
89f4452488
[test] fix flaky Vue group/frame test (minimap flakiness) ( #5962 )
...
Attempts to fix flakiness when groups are enabled on the minimap and the
screenshot is taken too early, before the render completes. See
[comment](https://github.com/Comfy-Org/ComfyUI_frontend/pull/5942#issuecomment-3374615335 )
for more context.
May or may not solve the flakiness.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-5962-wait-for-frame-on-group-creation-test-2856d73d365081f6a059ebfc5a03857c )
by [Unito](https://www.unito.io )
2025-10-07 15:15:36 -07:00
Christian Byrne
02b3b8ef5b
[test] add browser tests verifying Vue node groups behaviors ( #5825 )
...
## Summary
Adds Playwright tests verifying node groups behaviors work in the Vue
nodes system - in particular:
- Using hotkey to create a group around selected Vue nodes
- Using the "fit to contents" feature on a group that contains Vue nodes
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-5825-test-add-browser-tests-verifying-Vue-node-groups-behaviors-27c6d73d365081e1a380ea5c43a861b0 )
by [Unito](https://www.unito.io )
---------
Co-authored-by: github-actions <github-actions@github.com >
2025-09-28 10:49:30 -07:00