mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-03-30 17:05:58 +00:00
- Merge latest master (concurrent E2E + coverage, Playwright install split)
- Fix 'Packets clicking row shows detail pane' and 'Packet detail pane
closes on ✕ click' E2E tests: wait for networkidle before interacting
with table rows, and use waitForResponse to ensure the /packets/{hash}
API call completes before asserting panel state. The row click triggers
an async fetch that was silently failing in CI due to race conditions.