mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
Closes https://github.com/microsoft/playwright/issues/32915.
In the `Call` and `Logs` tabs, we update the contents based on the
hovered action. We document that this is also the case for the `Source`
tab:
78054a7652/docs/src/test-ui-mode-js.md (L61-L65)
But it isn't. Not sure if it's a regression or not, but this PR fixes
it.