Files
meshcore-analyzer/.github
openclaw-bot bbb98cf81a test(#1062): red — gesture system E2E (swipe rows/tabs/slide-over)
Red commit. test-gestures-1062-e2e.js asserts:
 (a) swipe-left on packets row reveals .row-action-overlay
 (b) right swipe → no overlay (axis-lock)
 (c) sub-threshold swipe (20px) snaps back
 (d) bottom-nav left swipe advances Packets → Live
 (e) swipe inside .leaflet-container does NOT switch tabs
 (f) slide-over swipe-down dismisses
 (g) vertical scroll preserved
 (h) prefers-reduced-motion: reduce → instant transitions, gesture works
 (i) singleton init count = 1 (no listener leak)

Wired into .github/workflows/deploy.yml Playwright matrix.

Stub public/touch-gestures.js sets the init counter only — assertions
(a)-(h) WILL fail on behavior, not on import error.
2026-05-09 18:42:20 +00:00
..