mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

Consider the scenario: - First test starts a remote server, connects to it and does not close. - Remote server fixture stops the server in teardown. Meanwhile, the connected browser did not get notified about disconnect just yet. - Second test starts and sets up tracing in the old connected browser. - Tracing fails because the browser now realises it has disconnected.