playwright/packages
Max Schmitt a9200be0af
fix(screenshotter): only wait for for document.fonts.ready on locator frame / page main frame (#31295)
**Investigation**

~~We use `nonStallingEvaluateInExistingContext` as of today, which does
`eval()` inside (from our utilityScript) which breaks for some sites. It
causes a hang, since the returned `Promise` of `eval()` hangs. We don't
know as of today why this happens. Without wrapping it ini `eval()` it
does not hang.~~

~~Workaround: Do a plain Runtime.evaluate instead.~~

workaround: Only wait on main frame.

Relates https://github.com/microsoft/playwright/issues/28995 (keeping it
open until they confirm that it helps)
2024-06-14 01:22:14 +02:00
..
html-reporter Revert "feat(test): add URL field to annotations for hyperlink disp… (#31259) 2024-06-11 16:05:21 -07:00
playwright fix(test runner): do not use @babel/plugin-transform-dynamic-import (#31285) 2024-06-13 06:18:44 -07:00
playwright-browser-chromium chore: set minimum Node.js requirement to 18 (#30684) 2024-05-08 17:41:27 +01:00
playwright-browser-firefox chore: set minimum Node.js requirement to 18 (#30684) 2024-05-08 17:41:27 +01:00
playwright-browser-webkit chore: set minimum Node.js requirement to 18 (#30684) 2024-05-08 17:41:27 +01:00
playwright-chromium chore: set minimum Node.js requirement to 18 (#30684) 2024-05-08 17:41:27 +01:00
playwright-core fix(screenshotter): only wait for for document.fonts.ready on locator frame / page main frame (#31295) 2024-06-14 01:22:14 +02:00
playwright-ct-core feat(ct): resolve hooksConfig import refs (#31024) 2024-05-28 12:29:52 -07:00
playwright-ct-react feat(ct): resolve hooksConfig import refs (#31024) 2024-05-28 12:29:52 -07:00
playwright-ct-react17 feat(ct): resolve hooksConfig import refs (#31024) 2024-05-28 12:29:52 -07:00
playwright-ct-solid feat(ct): resolve hooksConfig import refs (#31024) 2024-05-28 12:29:52 -07:00
playwright-ct-svelte feat(ct): resolve hooksConfig import refs (#31024) 2024-05-28 12:29:52 -07:00
playwright-ct-vue chore(ct): vue update vue-component-type-helpers (#31213) 2024-06-10 17:22:00 -07:00
playwright-ct-vue2 chore(ct): vue update vue-component-type-helpers (#31213) 2024-06-10 17:22:00 -07:00
playwright-firefox chore: set minimum Node.js requirement to 18 (#30684) 2024-05-08 17:41:27 +01:00
playwright-test chore: set minimum Node.js requirement to 18 (#30684) 2024-05-08 17:41:27 +01:00
playwright-webkit chore: set minimum Node.js requirement to 18 (#30684) 2024-05-08 17:41:27 +01:00
protocol/src feat: allow folder uploads (#31165) 2024-06-12 22:20:18 +02:00
recorder fix(recorder): reference Language enum for recorderTypes (#29294) 2024-02-01 13:48:30 -08:00
trace/src fix: match client step and server action by explicit stepId (#30641) 2024-05-14 12:10:46 -07:00
trace-viewer fix(trace-viewer): Rewrite file URIs in snapshots, like blob URIs. (#31113) 2024-06-10 11:44:52 +02:00
web chore(trace-viewer): grid view z-index, source column in resource details (#31094) 2024-05-30 14:45:33 -07:00
.eslintrc.js chore: replace process.exit with graceful closure (#24242) 2023-07-24 08:29:29 -07:00