playwright/tests
Simon Knott b0f15b320f
fix(recorder): reattach toolbar if it was unmounted by framework hydration (#32637)
Closes https://github.com/microsoft/playwright/issues/32632. A side
effect of Remix's hydration implementation is that it throws away the
entire DOM. This is broadly discussed in
https://github.com/remix-run/remix/issues/4822 - there might be a fix in
coming React versions, but who knows.
Besides breaking browser extensions, this also deletes our toolbar!
This PR fixes it by periodically checking in on `x-pw-glass`, and
remounting it if it was unmounted. Hacky but effective!
2024-09-17 08:37:49 +02:00
..
android test: update to android-35 SDK (Android 15) (#32430) 2024-09-06 14:27:56 +02:00
assets feat(ui-mode): display list of query params in request tab (#32443) 2024-09-04 07:54:44 -07:00
bidi chore: do not store project name in expectations (#32575) 2024-09-11 15:15:10 -07:00
components fix(ct): throw error if inline component is getting mounted (#32531) 2024-09-10 11:15:20 +02:00
config feat(client-certificates): add support for proxies (#32611) 2024-09-16 17:57:33 +02:00
electron chore: update flakiness metadata for better ui presentation (#31528) 2024-07-03 08:39:53 -07:00
expect chore: roll expect and move it to third party (#32458) 2024-09-09 13:12:20 -07:00
image_tools chore: bump @babel dependencies (#27632) 2023-10-17 20:52:41 +02:00
installation feat(tracing): add .pwtrace to trace file extension (#32581) 2024-09-14 10:17:07 +02:00
library fix(recorder): reattach toolbar if it was unmounted by framework hydration (#32637) 2024-09-17 08:37:49 +02:00
page chore: cookies in intercepted bidi requests (#32623) 2024-09-13 18:29:35 -07:00
playwright-test fix(expect): respect custom message in expect.poll (#32603) 2024-09-16 00:10:06 -07:00
stress test: fix stress tests bots (#32513) 2024-09-09 12:52:40 +02:00
third_party/proxy chore: fix typos (#30645) 2024-05-08 19:40:03 +01:00
webview2 chore: update flakiness metadata for better ui presentation (#31528) 2024-07-03 08:39:53 -07:00
.eslintrc.js chore: strengthen linting (#29669) 2024-02-26 16:52:28 -08:00
tsconfig.json chore: use own socks5 server for tests (#31639) 2024-07-11 14:12:48 +02:00