microsoft / playwright

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
https://playwright.dev
Apache License 2.0
67.05k stars 3.68k forks source link

[BUG] Using CMD + SHIFT + R in UI Mode makes it blank #22097

Open JonahKK opened 1 year ago

JonahKK commented 1 year ago

System info

Steps

Expected

CMD + R reloads the UI Mode. CMD + SHIFT + R should reload it too

Actual

UI Mode becomes blank. Image 30-03-2023 at 15 06

mxschmitt commented 1 year ago

Investigation:

Issue is that navigator.serviceWorker.controller is null after a force reload, we could unregister and re-register which would work. We have the same issue for normal trace viewer.