Commit graph

7 commits

Author SHA1 Message Date
4ac70a52c1
fix: Ensure integration tests properly trigger historical packet loading
The integration tests were failing because historical packets weren't
loading automatically. The tests needed to properly trigger the bounds
update event after the map initializes.

Changes:
- Add PostGIS location field to packet fixtures when lat/lon are provided
- Execute JavaScript to manually trigger bounds update after map loads
- This ensures the sendBoundsToServer function is called
- Adjusted timing to wait for map initialization before triggering

This should make the integration tests more reliable by ensuring
historical packets are loaded after the map is ready.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-03 15:57:48 -05:00
38920e9f3d
add callsign to users 2025-07-10 16:07:05 -05:00
73d67da457
actually add m ore files 2025-07-10 15:44:39 -05:00
48447ab42e
refactor and performance improvements 2025-07-10 10:53:34 -05:00
5ad101a69e
passing tests 2025-07-07 16:29:38 -05:00
ce7c50caa1
refactor to use external parser 2025-06-24 14:22:09 -05:00
7b874d9afa add auth 2023-01-29 13:29:25 -06:00