Files
ComfyUI_frontend/browser_tests/tests
Johnpaul 7bca1558a6 test: fix dialog support URL test to properly mock IS_NIGHTLY flag
- Test both nightly and stable build scenarios
- Mock __IS_NIGHTLY__ global to true/false before page loads
- Expect 'oss-nightly' when IS_NIGHTLY is true
- Expect 'oss' when IS_NIGHTLY is false
- Uses Object.defineProperty to properly set the global value
2026-01-27 22:38:28 +01:00
..