aprs.me/test/integration
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
..
historical_loading_integration_test.exs fix: Add missing database sandbox setup to historical loading integration tests 2025-08-03 09:33:26 -05:00
historical_packets_test.exs performance improvements 2025-07-08 10:03:52 -05:00
map_integration_test.exs fix: Fix failing tests and improve test reliability 2025-07-30 14:24:21 -05:00
simple_integration_test.exs fix tests 2025-07-30 14:33:59 -05:00