Disco DeDisco 2892b51101
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix SigSelect Jasmine: return test API from IIFE; pend touch specs on desktop
window.SigSelect was being clobbered by the IIFE's undefined return value
(var SigSelect = (function(){...window.SigSelect={...}}()) overwrites window.SigSelect
with undefined). Fixed by using return {} like RoleSelect does.

TouchEvent is not defined in desktop Firefox, so the 5 touch-related specs now
call pending() when the API is absent rather than throwing a ReferenceError.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 23:14:56 -04:00
2026-01-13 20:58:25 -05:00
Description
No description provided
3.8 MiB
Languages
JavaScript 55.8%
Python 33.3%
SCSS 7.1%
HTML 3.7%
Jinja 0.1%