mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #851] [CLOSED] test(app-router): restore rapid-navigation no-reload assertions #897
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#897
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/851
Author: @Divkix
Created: 4/16/2026
Status: ❌ Closed
Base:
main← Head:fix/issue-796-rapid-nav-hard-reload📝 Commits (2)
8b21afctest(app-router): restore rapid navigation reload assertionsf406949test(e2e): stabilize rapid-navigation click dispatch📊 Changes
1 file changed (+29 additions, -26 deletions)
View changed files
📝
tests/e2e/app-router/rapid-navigation.spec.ts(+29 -26)📄 Description
Summary:
Re-enable NAV_MARKER assertions in tests/e2e/app-router/rapid-navigation.spec.ts
Why:
Issue #796 reported full-page reloads during rapid navigation, but current main no longer reproduces this when using the suite hydration gate (waitForAppRouterHydration).
This PR restores the regression assertions that were previously removed as a workaround, so this behavior stays locked in.
Validation:
Refs #796
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.