You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): avoid Latest mode in forward navigation tests
Forward navigation tests were failing because navigating from position
21-40 back to position 1-20 triggered Latest mode (timestamp: null).
Latest mode fetches data for NOW (Jan 2026), but test data ends in
Nov 2025, resulting in 0 records and test timeouts.
Fix: navigate backward 2 steps then forward 1, avoiding Latest mode
while still testing the forward navigation functionality.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments