playwright/packages/playwright-core
Dmitry Gozman 2407041090
fix(chromium): avoid premature continue of redirects (#27520)
This has recently regressed in #27429.

We now continue requests that are paused for the second time. However,
redirects share `networkId` with the original request, so we may confuse
paused redirect with a second pause for the original request.

This is covered by the flaky test `page-route.spec.ts:392 > should work
with redirects for subresources`
References #27294.
2023-10-09 20:08:35 -07:00
..
2023-05-22 12:37:08 -07:00
2023-10-05 23:42:27 +00:00

playwright-core

This package contains the no-browser flavor of Playwright.