mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
- Add 5 unit tests for useInfiniteScroll hook covering: - Scroll near bottom triggers fetchNextPage - Scroll not near bottom doesn't trigger fetch - hasNextPage=false doesn't trigger fetch - isFetchingNextPage=true doesn't trigger fetch - Callback ref properly attaches to container - Add Playwright E2E testing documentation to repo.md - Initialize mock settings with defaults to avoid modal popup during testing Co-authored-by: openhands <openhands@all-hands.dev>