Files
ComfyUI_frontend/browser_tests/tests
snomiao e7e8c674b3 fix: replace timeout with waitForState({ visible: true }) in userSelectView test
Replace page.waitForTimeout(500) with firstOption.waitFor({ state: 'visible' })
to properly wait for dropdown options to populate instead of using arbitrary timeout.

Addresses review feedback from christian-byrne.
2025-10-09 00:51:32 +00:00
..
2025-09-06 03:09:58 -07:00