SIGN IN SIGN UP
payloadcms / payload UNCLAIMED

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.

0 0 16 TypeScript

test: fix flaky versions tests timing out on link clicks before hydration (#15790)

### What

Fix flaky versions e2e tests that timeout when clicking table row and
version links.

### Why

Since Next.js 16, clicking links before page hydration completes doesn't
trigger navigation sometimes. The test finds the link and clicks it, but
nothing happens, causing timeouts waiting for the page to load.

### How

Extract href attributes and navigate directly with `page.goto()` instead
of clicking. Also reduced typing delay in autosave test to complete
within timeout under CPU throttling.
P
Patrik committed
02da3fd15ee41260ad5d78d09ba59b5db11d28a8
Parent: ee298f5
Committed by GitHub <noreply@github.com> on 2/27/2026, 6:55:26 PM