playwright/tests
Max Schmitt 5f527fedb1
fix: JSHandle preview text for non-ascii attributes/children (#28038)
This surfaced in .NET that the string in the driver got incorrectly cut,
then transferred to .NET as an invalid UTF8 character
[`\ud835`](https://charbase.com/d835-unicode-invalid-character) which
.NET wasn't able to parse and threw an error.

Drive-by: Move similar function from
`packages/playwright-core/src/client/page.ts` into isomorphic
`stringUtils`.

https://github.com/microsoft/playwright-dotnet/issues/2748
2023-11-09 00:11:01 +01:00
..
android chore: make tests strict (1) (#27731) 2023-10-23 09:31:30 -07:00
assets feat: Add support for dispatching device orientation events (#27960) 2023-11-08 09:50:25 -08:00
components fix(ct): solid render array as child (#27849) 2023-10-28 11:22:10 -07:00
config chore: stream trace viewer logs (#27807) 2023-10-26 11:15:43 -07:00
electron feat(electron): support tracesDir option (#23947) 2023-06-28 16:32:16 -07:00
image_tools chore: bump @babel dependencies (#27632) 2023-10-17 20:52:41 +02:00
installation chore: get rid of rimraf package (#27790) 2023-10-26 19:41:00 +02:00
library chore: allow click close the page w/o errors (#27994) 2023-11-06 15:13:41 -08:00
page fix: JSHandle preview text for non-ascii attributes/children (#28038) 2023-11-09 00:11:01 +01:00
playwright-test fix(merge): preserve original "rootDir" by default (#27963) 2023-11-03 13:49:47 -07:00
stress chore: dispose stale handles to prevent oom, 1000 of a kind max (#27315) 2023-09-26 15:54:33 -07:00
webview2 devops: do not upload test-results artifacts (#23168) 2023-05-19 13:06:42 -07:00
.eslintrc.js chore: enable no-floating-promises ESLint rule for tests (#23376) 2023-06-02 21:59:12 +02:00
index.d.ts test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
tsconfig.json test: add installation tests for supposed plugin story (#27331) 2023-09-28 17:18:22 -07:00