playwright/tests
Yury Semikhatsky 7f026dd64c
feat(webkit): roll to r1658 (#14709)
Language override behavior changed upstream in WebKit/WebKit@039ebd9
New logic is closer to the actual behavior of WebKit on macOS, meaning that when the user changes system language the actual locale changes according to some weird OS rules:
ru-RU => navigator.language === 'ru'
fr-CH => navigator.language === 'fr-FR'
es-MX => navigator.language === 'es-MX'
Our locale emulation is aligned with that, so setting locale to fr-CH will result in fr-FR etc.
2022-06-08 10:16:49 -07:00
..
android chore: hide plugins for now (#13908) 2022-05-03 14:25:56 -07:00
assets test(stress): add stress tests (#14240) 2022-05-18 09:50:58 -07:00
components feat(ct): support Vue2 (#14600) 2022-06-02 17:37:43 -07:00
config chore: remove experimental types (#14560) 2022-06-01 15:22:43 -07:00
electron chore: hide plugins for now (#13908) 2022-05-03 14:25:56 -07:00
installation test: normalize node versions for installation tests (#14610) 2022-06-07 18:11:58 -07:00
library feat(webkit): roll to r1658 (#14709) 2022-06-08 10:16:49 -07:00
page feat(har): introduce urlFilter (#14693) 2022-06-07 18:09:47 -07:00
playwright-test chore: update to react18, but use react17 mode (#14645) 2022-06-06 17:14:01 -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