Files
ComfyUI_frontend/browser_tests/fixtures/utils
Glary-Bot fddbbcafe8 test: add Playwright coverage for Slider.vue pressed state
Add e2e tests exercising the slide-start/slide-end events on the
reka-ui Slider component so that the setPressed callback (lines 21-24)
is reached during coverage collection.

- New sliderWidget.spec.ts with two tests: cursor-grabbing assertion
  during pointer hold, and value-change assertion via dragTo.
- New assertBoundingBox() utility that replaces the never-null (!)
  pattern on boundingBox() results with a typed guard that throws a
  descriptive error.
- Fix litegraphUtils.ts dragHorizontal to use assertBoundingBox.
2026-04-20 01:10:33 +00:00
..