Files
openclaw/ui
Peter Steinberger 76e97ddcdb fix(ui): guard page custom-element registrations against re-registration
The shared jsdom registry persists across test files under isolate:false while
modules re-evaluate per file, so any page imported by two test files threw
NotSupportedError at import time (ui/src/pages/usage/usage-page.test.ts started
failing when gateway-source-replacement.test.ts became a second importer). All
other components already guard with customElements.get; these nine pages were
the only bare defines.
2026-07-17 16:56:24 -04:00
..