playwright/packages
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
..
html-reporter fix(types): follow up to react 18 changes (#14671) 2022-06-06 21:05:47 -07:00
playwright fix(ts): export types explicitly (#14428) 2022-05-26 13:09:32 -07:00
playwright-chromium fix(ts): export types explicitly (#14428) 2022-05-26 13:09:32 -07:00
playwright-core feat(webkit): roll to r1658 (#14709) 2022-06-08 10:16:49 -07:00
playwright-ct-react fix(ct): return locator to root for fragments (#14639) 2022-06-04 14:07:06 -07:00
playwright-ct-svelte fix(ct): return locator to root for fragments (#14639) 2022-06-04 14:07:06 -07:00
playwright-ct-vue fix(ct): return locator to root for fragments (#14639) 2022-06-04 14:07:06 -07:00
playwright-ct-vue2 fix(ct): return locator to root for fragments (#14639) 2022-06-04 14:07:06 -07:00
playwright-firefox fix(ts): export types explicitly (#14428) 2022-05-26 13:09:32 -07:00
playwright-test chore: update babel (#14646) 2022-06-06 15:49:31 -07:00
playwright-webkit fix(ts): export types explicitly (#14428) 2022-05-26 13:09:32 -07:00
recorder fix(debug): do not pause on internal calls, update ct docs (#14018) 2022-05-07 19:56:25 -07:00
trace-viewer fix(types): follow up to react 18 changes (#14671) 2022-06-06 21:05:47 -07:00
web fix(types): follow up to react 18 changes (#14671) 2022-06-06 21:05:47 -07:00
.eslintrc.js chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00