test(marko-virtual): mark chat "Latest" e2e as fixme pending #1267 - #1278
Conversation
…#1267 Same prepend race TanStack#1268 disabled in the chat-pretext spec, still enabled in the plain chat spec and failing on CI for unrelated PRs (TanStack#1248, TanStack#1272). Re-enable once TanStack#1267 is fixed. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. 📝 WalkthroughWalkthroughThe chat end-to-end test for returning to the latest messages is now skipped with ChangesChat history test handling
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~3 minutes Change: Other Merge Risk: ⚪ Minimal · up to This change has no release impact and is mergeable. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
View your CI Pipeline Execution ↗ for commit 350e73e
☁️ Nx Cloud last updated this comment at |
The plain chat spec's "Latest returns to the bottom and status flips back to At latest" hits the same prepend race that #1268 disabled in the chat-pretext spec, and it is failing CI on unrelated PRs (#1248, #1272). Latest is clicked while the near-top auto history load is in flight; the prepend resolves after the jump and the adapter's anchor write is clamped against the not-yet-grown sizer, so the status stays "Reading history".
🎯 Changes
test.fixmewith a FIXME pointing at marko-virtual: scrollToEnd during an in-flight prepend strands the view one prepend above the bottom (chat-pretext e2e fails on CI) #1267, mirroring test(marko-virtual): mark chat-pretext "Latest" e2e as fixme pending #1267 #1268.Re-enable once #1267 is fixed (#1273).
✅ Checklist
pnpm run test:pr.🚀 Release Impact
🤖 Generated with Claude Code
Summary by CodeRabbit
Tests
User Impact