Found running the official Next.js e2e test suite against vinext (vinext 1.0.0-beta.8, Next.js 16.2). Error line is from the suite's own output.
Fixture: test/e2e/repeated-forward-slashes-error
Symptom: the Invalid href development warning is never emitted; the test times out waiting for it. Low priority (dev-only parity).
Repro: render a link whose href has repeated slashes in dev mode; expect the Invalid href warning.
Found running the official Next.js e2e test suite against vinext (vinext 1.0.0-beta.8, Next.js 16.2). Error line is from the suite's own output.
Fixture:
test/e2e/repeated-forward-slashes-errorSymptom: the
Invalid hrefdevelopment warning is never emitted; the test times out waiting for it. Low priority (dev-only parity).Repro: render a link whose href has repeated slashes in dev mode; expect the
Invalid hrefwarning.