playwright/tests
Dmitry Gozman d023829dd5
fix(locator parser): allow escaped quotes in the digest function (#29012)
This supports mixed quotes locators in JavaScript where we are not sure
what quote is the correct one, so we normalize to unescaped single quote
when comparing with the original.

Drive-by: we were allowing single quotes in Python, Java and .NET, but
these are actually not allowed.

Regressed in #27718.
Fixes #28630.
2024-01-16 16:06:02 -08:00
..
android test: unflake 'android.launchServer' WS leak test (#28891) 2024-01-08 19:07:06 +01:00
assets feat: Add support for dispatching device motion events (#28067) 2023-11-13 08:58:46 -08:00
components chore: refactor import processing in ct (#28975) 2024-01-12 20:02:27 -08:00
config fix(launcher): unregister global process handlers when all browser are closed (#29011) 2024-01-16 14:41:26 -08:00
electron chore: get rid of 'electron-to-chromium' dependency (#28826) 2024-01-03 19:49:37 +01:00
image_tools chore: bump @babel dependencies (#27632) 2023-10-17 20:52:41 +02:00
installation chore: revert TestProject.botName for this release (#28670) 2023-12-15 09:48:34 -08:00
library fix(locator parser): allow escaped quotes in the digest function (#29012) 2024-01-16 16:06:02 -08:00
page fix(chromium): preserve header overrides in redirects (#28962) 2024-01-12 08:55:20 -08:00
playwright-test fix(test runner): make TestCase.id not depend on the path separator (#29010) 2024-01-16 13:32:47 -08:00
stress fix(dispatchers): separate gc bucket for main frame, increased limit (#28629) 2023-12-14 10:42:08 -08:00
webview2 test: use net8.0 for webview2 tests (#28665) 2023-12-15 13:03:33 -08: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