aprs.me/test
Graham McIntire da0b65ca1e
fix: Add missing database sandbox setup to historical loading integration tests
The integration tests were failing in CI with DBConnection.OwnershipError
because they were missing the required Ecto.Adapters.SQL.Sandbox setup.

Changes:
- Added proper sandbox checkout and shared mode configuration
- Fixed incorrect CSS selector (#map -> #aprs-map)
- Configured tests to use real Packets module instead of mocks
- Ensured database connections are properly managed in Wallaby tests

This matches the setup pattern used in other integration tests and
resolves the CI failures.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-03 09:33:26 -05:00
..
aprsme updates with parser updates 2025-08-03 09:19:31 -05:00
aprsme_web updates with parser updates 2025-08-03 09:19:31 -05:00
assets/js Improve type safety for getTrailId function 2025-07-21 08:36:38 -05:00
integration fix: Add missing database sandbox setup to historical loading integration tests 2025-08-03 09:33:26 -05:00
support fix: Comprehensive packet processing and test optimization improvements 2025-08-01 17:50:07 -05:00
types refactor to use external parser 2025-06-24 14:22:09 -05:00
test_helper.exs fix: Comprehensive packet processing and test optimization improvements 2025-08-01 17:50:07 -05:00
time_independence_fixes.md test: Make tests time-independent and increase timeouts for reliability 2025-08-02 10:07:47 -05:00