Files
ComfyUI_frontend/browser_tests/fixtures/helpers/AppModeHelper.ts
Johnpaul fb95fddf0d test: add toBeVisible assertions before every click in E2E tests
Adds `await expect(locator).toBeVisible()` before `.click()` calls
across 104 test and fixture files (431 assertions). Gives immediate,
descriptive failures instead of generic actionability timeouts.

Skips force clicks, canvas/mouse coordinate clicks, custom click
methods, catch chains, and toPass retry blocks. Updates
FLAKE_PREVENTION_RULES.md with the new rule.
2026-04-09 00:27:01 +01:00

4.3 KiB