It fails about 1 run in 5 on master (4cc0970) with pnpm exec playwright test e2e/keyboard-nav.spec.ts -g 'unread filter' --repeat-each=5. The failure is aria-setsize: expected 596, received 598, so the total lags the reads that are still in flight when it's asserted. CI retries it twice.
It fails about 1 run in 5 on master (4cc0970) with
pnpm exec playwright test e2e/keyboard-nav.spec.ts -g 'unread filter' --repeat-each=5. The failure isaria-setsize: expected 596, received 598, so the total lags the reads that are still in flight when it's asserted. CI retries it twice.