playwright/tests/library
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
..
chromium fix: filechooser interception in OOPIFs (#14432) 2022-05-27 13:04:58 -07:00
emulation-focus.spec.ts-snapshots chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
firefox chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
inspector fix(recorder): remove waitForNavigation from codegen (#14166) 2022-05-18 10:02:09 -07:00
screenshot.spec.ts-snapshots chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
beforeunload.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browser.spec.ts feat(browser): add Browser.BrowserType() method (#14468) 2022-06-06 09:46:08 -07:00
browsercontext-add-cookies.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-add-init-script.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-base-url.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-basic.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-clearcookies.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-cookies.spec.ts feat(chromium-tip-of-tree): roll Chromium TOT to 1008 (#14279) 2022-05-19 09:29:44 -07:00
browsercontext-credentials.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-csp.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-device.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-dsf.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-expose-function.spec.ts chore: do not reset internal bindings for reuse (#14019) 2022-05-09 07:44:20 -07:00
browsercontext-fetch.spec.ts chore: make tests pass on Node.js 17+ (#13678) 2022-04-22 13:42:52 +02:00
browsercontext-locale.spec.ts feat(webkit): roll to r1658 (#14709) 2022-06-08 10:16:49 -07:00
browsercontext-network-event.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-page-event.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-pages.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-proxy.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-route.spec.ts fix(route): support route w/ async handler & times (#14317) 2022-05-21 21:55:46 -07:00
browsercontext-set-extra-http-headers.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-storage-state.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-strict.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-timezone-id.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-user-agent.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-viewport-mobile.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsercontext-viewport.spec.ts test: make "outerWidth and outerHeight" test work on small screens (#14124) 2022-05-12 18:46:03 +01:00
browsertype-basic.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsertype-connect.spec.ts chore: use utils via index export (4) (#13404) 2022-04-07 14:36:13 -07:00
browsertype-launch-selenium.spec.ts chore: make tests pass on Node.js 17+ (#13678) 2022-04-22 13:42:52 +02:00
browsertype-launch-server.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
browsertype-launch.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
capabilities.spec.ts tests: mark certain tests as failing on Firefox Headed (#14286) 2022-05-19 09:06:31 -07:00
channels.spec.ts fix(leak): do not retain test fixtures in worker fixtures (#14363) 2022-05-23 16:54:56 -07:00
component-parser.spec.ts chore: split injected utils into proper files (#14093) 2022-05-11 13:49:12 +01:00
css-parser.spec.ts chore: use utils via index export (6) (#13417) 2022-04-07 21:48:41 -07:00
defaultbrowsercontext-1.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
defaultbrowsercontext-2.spec.ts feat(webkit): roll to r1658 (#14709) 2022-06-08 10:16:49 -07:00
download.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
downloads-path.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
emulation-focus.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
favicon.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
geolocation.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
global-fetch-cookie.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
global-fetch.spec.ts tests: typo in tests and redundant tc (#13931) 2022-05-04 17:44:50 +01:00
har.spec.ts feat(har): introduce urlFilter (#14693) 2022-06-07 18:09:47 -07:00
headful.spec.ts chore: bundle core deps (#13621) 2022-04-18 20:20:49 -07:00
hit-target.spec.ts fix(click): detect iframe overlays that cover target element (#13876) 2022-06-01 15:23:41 -07:00
ignorehttpserrors.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
launcher.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
logger.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
modernizr.spec.ts fix(test): follow up to tests refactoring (#13085) 2022-03-25 22:11:29 -07:00
pdf.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
permissions.spec.ts feat(chromium): roll to r1008 (#14448) 2022-05-30 15:04:05 +02:00
playwright.config.ts chore: remove experimental types (#14560) 2022-06-01 15:22:43 -07:00
popup.spec.ts test: firefox does not throttle rAF in the opener anymore (#14635) 2022-06-06 09:18:30 -07:00
port-forwarding-server.spec.ts chore: make tests pass on Node.js 17+ (#13678) 2022-04-22 13:42:52 +02:00
proxy.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
resource-timing.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
role-utils.spec.ts feat(role): add more tests for accessible name (#13154) 2022-03-29 11:59:44 -07:00
screenshot.spec.ts chore: bundle core deps (#13621) 2022-04-18 20:20:49 -07:00
selector-generator.spec.ts fix(codegen): use name attribute for frame elements (#14609) 2022-06-02 21:14:01 -07:00
selectors-register.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
signals.spec.ts test: run "should remove temp dir on process.exit" on windows (#13568) 2022-04-14 16:07:03 -07:00
slowmo.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00
snapshotter.spec.ts test: remove stray logging (#13572) 2022-04-14 16:58:09 -07:00
tap.spec.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
trace-viewer.spec.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
tracing.spec.ts tests: mark certain tests as failing on Firefox Headed (#14286) 2022-05-19 09:06:31 -07:00
video.spec.ts fix: respect min allowed firefox width in video tests (#14558) 2022-06-01 14:21:00 -07:00
web-socket.spec.ts chore: group tests under tests/ (1) (#13081) 2022-03-25 16:05:50 -07:00