playwright/tests
Dmitry Gozman 6e1c94b5fe
fix(click): allow clicking inside closed shadow root (#16900)
Although Playwright selectors do not pierce closed shadow roots,
one can still obtain a reference to an element inside a closed shadow root:
- through `page.evaluate()`;
- through `handle.$()` where `handle` is inside the shadow root;
- through `frame.locator()` by choosing an iframe that belongs
  to a closed shadow root.

In this case, `click()` action fails during the hit check test,
but it's possible to make it work by going bottom up from the target
rather than top down from the document.
2022-09-06 17:55:15 -07:00
..
android chore: align more ESLint rules with VSCode formatting (#16647) 2022-08-18 20:12:33 +02:00
assets test: link preload interception (#16908) 2022-08-30 10:35:55 -07:00
components fix(ct): react build errors (#16882) 2022-08-29 09:17:01 -07:00
config fix(selectors): allow custom engines in out-of-process (#17139) 2022-09-06 14:15:53 -07:00
electron chore: align more ESLint rules with VSCode formatting (#16647) 2022-08-18 20:12:33 +02:00
installation fix(pwt): compatibility in CWD with wrong casing (#16636) 2022-08-22 21:45:59 +02:00
library fix(click): allow clicking inside closed shadow root (#16900) 2022-09-06 17:55:15 -07:00
page fix: avoid using builtins in injected script bundles (#17145) 2022-09-06 17:25:02 -07:00
playwright-test feat(assertions): support toBeEditable({ editable }) (#17065) 2022-09-06 12:50:45 -07:00
stress fix(leak): do not retain test fixtures in worker fixtures (#14363) 2022-05-23 16:54:56 -07:00
index.d.ts test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
tsconfig.json chore: group tests under tests/ (2) (#13082) 2022-03-25 23:09:02 -07:00