playwright icon indicating copy to clipboard operation
playwright copied to clipboard

chore: switch to the bulit-in drag&drop implementation for chromium

Open dgozman opened this issue 7 months ago • 7 comments

Chromium implemented drag&drop support through Input.dispatchMouseEvent a while ago:

  • https://chromium-review.googlesource.com/c/chromium/src/+/4607450
  • https://chromium-review.googlesource.com/c/chromium/src/+/4654609

A few changes in behavior:

  • Chromium now aligns with other browsers and sends a dragover event immediately. See the should not send dragover on the first mousemove test. This behavior is not specced, and support varies between browsers. However, this is technically a minor regression.
  • Every press('Escape') call now first cancels an ongoing drag in a separate protocol call. This is due to Chromium not implementing this functionality natively, and instead relying on OS for it. The effect is minimal, so we can keep the behavior.

process.env.PLAYWRIGHT_LEGACY_DRAG_AND_DROP opts into old behavior for now.

dgozman avatar Jun 11 '25 17:06 dgozman

Test results for "tests 1"

4 flaky :warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-ubuntu-22.04-node18
:warning: [firefox-library] › library/tracing.spec.ts:175:5 › should collect two traces @firefox-ubuntu-22.04-node18
:warning: [webkit-page] › page/page-set-input-files.spec.ts:38:5 › should upload a folder @webkit-ubuntu-22.04-node18
:warning: [playwright-test] › ui-mode-test-watch.spec.ts:145:5 › should watch all @windows-latest-node18-1

39371 passed, 816 skipped :heavy_check_mark::heavy_check_mark::heavy_check_mark:

Merge workflow run.

github-actions[bot] avatar Jun 11 '25 18:06 github-actions[bot]

Test results for "tests others"

2 failed :x: [electron-page] › page/page-drag.spec.ts:126:7 › Drag and drop › iframe › should drag into an iframe @electron-macos-latest :x: [electron-page] › page/page-drag.spec.ts:126:7 › Drag and drop › iframe › should drag into an iframe @electron-windows-latest

22085 passed, 518 skipped :heavy_check_mark::heavy_check_mark::heavy_check_mark:

Merge workflow run.

github-actions[bot] avatar Jun 12 '25 09:06 github-actions[bot]

Test results for "tests 2"

2 fatal errors, not part of any test 9 failed :x: [chromium-library] › library/proxy.spec.ts:93:11 › should proxy local network requests › with other bypasses › loopback address @chrome-macos-latest :x: [chromium-library] › library/proxy.spec.ts:93:11 › should proxy local network requests › with other bypasses › link-local @chrome-macos-latest :x: [chromium-library] › library/proxy.spec.ts:125:3 › should authenticate @chrome-macos-latest :x: [chromium-library] › library/proxy.spec.ts:93:11 › should proxy local network requests › by default › link-local @msedge-macos-latest :x: [chromium-library] › library/proxy.spec.ts:93:11 › should proxy local network requests › with other bypasses › localhost @msedge-macos-latest :x: [webkit-library] › library/multiclient.spec.ts:119:1 › should not allow parallel js coverage and cleanup upon disconnect @tracing-webkit :x: [webkit-library] › library/browsercontext-proxy.spec.ts:67:3 › should send secure cookies to subdomain.localhost @webkit-headed-windows-latest :x: [webkit-library] › library/tracing.spec.ts:430:14 › should produce screencast frames crop @webkit-macos-15-xlarge :x: [webkit-library] › library/browsercontext-proxy.spec.ts:67:3 › should send secure cookies to subdomain.localhost @webkit-windows-latest

112 flaky :warning: [chromium-library] › library/browsercontext-base-url.spec.ts:37:3 › should construct a new URL when a baseURL in browserType.launchPersistentContext is passed to page.goto @channel-chromium-macos-latest
:warning: [chromium-library] › library/browsertype-connect.spec.ts:670:5 › run-server › should fulfill with global fetch result @channel-chromium-macos-latest
:warning: [chromium-library] › library/browsertype-connect.spec.ts:925:7 › run-server › socks proxy › should lead to the error page for forwarded requests when the connection is refused @channel-chromium-macos-latest
:warning: [chromium-library] › library/inspector/cli-codegen-2.spec.ts:93:7 › cli codegen › should not lead to an error if html gets clicked @channel-chromium-macos-latest
:warning: [chromium-library] › library/inspector/title.spec.ts:35:5 › should update primary page URL when original primary closes @channel-chromium-macos-latest
:warning: [chromium-page] › page/workers.spec.ts:150:3 › should report network activity @channel-chromium-macos-latest
:warning: [chromium-page] › page/workers.spec.ts:271:3 › should support extra http headers @channel-chromium-macos-latest
:warning: [chromium-library] › library/browser.spec.ts:54:5 › should dispatch page.on(close) upon browser.close and reject evaluate @chrome-beta-macos-latest
:warning: [chromium-library] › library/browsercontext-pages.spec.ts:35:3 › frame.focus should work multiple times @chrome-beta-macos-latest
:warning: [chromium-library] › library/browsercontext-proxy.spec.ts:27:3 › should work when passing the proxy only on the context level @chrome-beta-macos-latest
:warning: [chromium-library] › library/chromium/chromium.spec.ts:634:5 › should throw when connecting twice to an already running persistent context (--remote-debugging-port) @chrome-beta-macos-latest
:warning: [chromium-library] › library/chromium/connect-over-cdp.spec.ts:413:5 › should use proxy with connectOverCDP @chrome-beta-macos-latest
:warning: [chromium-library] › library/chromium/launcher.spec.ts:28:3 › should not throw with remote-debugging-port argument @chrome-beta-macos-latest
:warning: [chromium-library] › library/inspector/cli-codegen-2.spec.ts:93:7 › cli codegen › should not lead to an error if html gets clicked @chrome-beta-macos-latest
:warning: [chromium-page] › page/workers.spec.ts:271:3 › should support extra http headers @chrome-beta-macos-latest
:warning: [chromium-library] › library/video.spec.ts:379:5 › screencast › should capture navigation @chrome-beta-windows-latest
:warning: [chromium-library] › library/browser.spec.ts:54:5 › should dispatch page.on(close) upon browser.close and reject evaluate @chrome-macos-latest
:warning: [chromium-library] › library/browsercontext-base-url.spec.ts:37:3 › should construct a new URL when a baseURL in browserType.launchPersistentContext is passed to page.goto @chrome-macos-latest
:warning: [chromium-library] › library/browsercontext-fetch.spec.ts:1262:3 › should work with connectOverCDP @chrome-macos-latest
:warning: [chromium-library] › library/browsercontext-proxy.spec.ts:27:3 › should work when passing the proxy only on the context level @chrome-macos-latest
:warning: [chromium-library] › library/browsertype-connect.spec.ts:910:7 › run-server › socks proxy › should proxy local.playwright requests @chrome-macos-latest
:warning: [chromium-library] › library/browsertype-launch-server.spec.ts:23:5 › launch server › should work @chrome-macos-latest
:warning: [chromium-library] › library/har.spec.ts:80:3 › should have pages in persistent context @chrome-macos-latest
:warning: [chromium-library] › library/headful.spec.ts:233:3 › should click in OOPIF @chrome-macos-latest
:warning: [chromium-library] › library/headful.spec.ts:287:3 › headless and headful should use same default fonts @chrome-macos-latest
:warning: [chromium-library] › library/inspector/pause.spec.ts:23:3 › should resume when closing inspector @chrome-macos-latest
:warning: [chromium-library] › library/proxy.spec.ts:146:3 › should work with authenticate followed by redirect @chrome-macos-latest
:warning: [chromium-library] › library/signals.spec.ts:25:5 › should close the browser when the node process closes @chrome-macos-latest
:warning: [chromium-library] › library/tracing.spec.ts:207:5 › should respect tracesDir and name @chrome-macos-latest
:warning: [chromium-library] › library/tracing.spec.ts:359:5 › should not crash when browser closes mid-trace @chrome-macos-latest
:warning: [chromium-library] › library/tracing.spec.ts:368:5 › should survive browser.close with auto-created traces dir @chrome-macos-latest
:warning: [chromium-library] › library/trace-viewer.spec.ts:1309:1 › should pick locator in iframe @chromium-macos-13-large
:warning: [chromium-library] › library/global-fetch.spec.ts:590:1 › should throw when failOnStatusCode is set to true inside APIRequest context options @chromium-macos-13-xlarge
:warning: [chromium-page] › page/workers.spec.ts:150:3 › should report network activity @chromium-tip-of-tree-macos-13
:warning: [chromium-library] › library/video.spec.ts:207:5 › screencast › should continue recording main page after popup closes @chromium-tip-of-tree-macos-13--headed
:warning: [chromium-page] › page/page-screenshot.spec.ts:868:5 › page screenshot animations › should wait for fonts to load @chromium-tip-of-tree-macos-13--headed
:warning: [chromium-library] › library/inspector/cli-codegen-1.spec.ts:891:7 › cli codegen › should record slider @chromium-tip-of-tree-ubuntu-22.04--headed
:warning: [chromium-library] › library/inspector/pause.spec.ts:529:5 › pause › should record from debugger @chromium-tip-of-tree-ubuntu-22.04--headed
:warning: [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-windows-latest
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-beta-macos-latest
:warning: [firefox-library] › library/inspector/cli-codegen-3.spec.ts:667:7 › cli codegen › should consume contextmenu events, despite a custom context menu @firefox-beta-macos-latest
:warning: [firefox-page] › page/page-event-request.spec.ts:182:3 › should return response body when Cross-Origin-Opener-Policy is set @firefox-beta-macos-latest
:warning: [firefox-page] › page/page-goto.spec.ts:81:3 › should work with Cross-Origin-Opener-Policy @firefox-beta-macos-latest
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-beta-ubuntu-22.04
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-beta-windows-latest
:warning: [firefox-library] › library/inspector/cli-codegen-csharp.spec.ts:227:7 › should work with --save-har and --save-har-glob in nunit @firefox-beta-windows-latest
:warning: [firefox-library] › library/browsercontext-basic.spec.ts:361:3 › should emulate media in cross-process iframe @firefox-headed-macos-14-xlarge
:warning: [firefox-library] › library/capabilities.spec.ts:252:3 › requestFullscreen @firefox-headed-macos-14-xlarge
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-headed-macos-14-xlarge
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-headed-ubuntu-24.04
:warning: [firefox-library] › library/inspector/title.spec.ts:35:5 › should update primary page URL when original primary closes @firefox-headed-ubuntu-24.04
:warning: [firefox-page] › page/page-wait-for-function.spec.ts:104:3 › should work with strict CSP policy @firefox-headed-ubuntu-24.04
:warning: [firefox-library] › library/browsercontext-cookies-third-party.spec.ts:526:1 › should(not) block third party cookies - persistent context @firefox-headed-windows-latest
:warning: [firefox-library] › library/browsercontext-storage-state.spec.ts:187:3 › should not emit events about internal page @firefox-headed-windows-latest
:warning: [firefox-library] › library/hit-target.spec.ts:366:3 › should detect overlaid element in a transformed iframe @firefox-headed-windows-latest
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-headed-windows-latest
:warning: [firefox-page] › page/page-wait-for-function.spec.ts:104:3 › should work with strict CSP policy @firefox-headed-windows-latest
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-macos-13-large
:warning: [firefox-library] › library/inspector/cli-codegen-3.spec.ts:667:7 › cli codegen › should consume contextmenu events, despite a custom context menu @firefox-macos-13-large
:warning: [firefox-library] › library/video.spec.ts:163:5 › screencast › should work with old options @firefox-macos-13-large
:warning: [firefox-library] › library/video.spec.ts:379:5 › screencast › should capture navigation @firefox-macos-13-large
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-macos-13-xlarge
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-macos-14-large
:warning: [firefox-library] › library/video.spec.ts:163:5 › screencast › should work with old options @firefox-macos-14-large
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-macos-14-xlarge
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-ubuntu-24.04
:warning: [firefox-library] › library/debug-controller.spec.ts:71:1 › should pick element @firefox-windows-latest
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-windows-latest
:warning: [firefox-page] › page/page-wait-for-function.spec.ts:104:3 › should work with strict CSP policy @firefox-windows-latest
:warning: [chromium-library] › library/browsercontext-base-url.spec.ts:37:3 › should construct a new URL when a baseURL in browserType.launchPersistentContext is passed to page.goto @msedge-beta-macos-latest
:warning: [chromium-library] › library/browsercontext-reuse.spec.ts:30:1 › should re-add binding after reset @msedge-beta-macos-latest
:warning: [chromium-library] › library/browsercontext-reuse.spec.ts:50:1 › should reset serviceworker @msedge-beta-macos-latest
:warning: [chromium-library] › library/browsertype-connect.spec.ts:142:5 › launchServer › should be able to reconnect to a browser @msedge-beta-macos-latest
:warning: [chromium-library] › library/downloads-path.spec.ts:105:5 › downloads path › should delete downloads when persistent context closes @msedge-beta-macos-latest
:warning: [chromium-library] › library/proxy.spec.ts:93:11 › should proxy local network requests › with other bypasses › link-local @msedge-beta-macos-latest
:warning: [chromium-library] › library/video.spec.ts:163:5 › screencast › should work with old options @msedge-beta-macos-latest
:warning: [chromium-page] › page/workers.spec.ts:25:3 › Page.workers @smoke @msedge-beta-macos-latest
:warning: [chromium-library] › library/browsercontext-reuse.spec.ts:30:1 › should re-add binding after reset @msedge-beta-ubuntu-22.04
:warning: [chromium-page] › page/page-drag.spec.ts:295:5 › Drag and drop › should work with the helper method @msedge-beta-ubuntu-22.04
:warning: [chromium-library] › library/browsercontext-reuse.spec.ts:30:1 › should re-add binding after reset @msedge-beta-windows-latest
:warning: [chromium-library] › library/browsercontext-reuse.spec.ts:30:1 › should re-add binding after reset @msedge-dev-macos-latest
:warning: [chromium-library] › library/proxy.spec.ts:93:11 › should proxy local network requests › with other bypasses › localhost @msedge-dev-macos-latest
:warning: [chromium-library] › library/video.spec.ts:379:5 › screencast › should capture navigation @msedge-dev-macos-latest
:warning: [chromium-library] › library/browsercontext-reuse.spec.ts:30:1 › should re-add binding after reset @msedge-dev-ubuntu-22.04
:warning: [chromium-library] › library/browsercontext-base-url.spec.ts:37:3 › should construct a new URL when a baseURL in browserType.launchPersistentContext is passed to page.goto @msedge-macos-latest
:warning: [chromium-library] › library/browsercontext-reuse.spec.ts:30:1 › should re-add binding after reset @msedge-macos-latest
:warning: [chromium-page] › page/workers.spec.ts:271:3 › should support extra http headers @msedge-macos-latest
:warning: [chromium-library] › library/browsercontext-reuse.spec.ts:30:1 › should re-add binding after reset @msedge-ubuntu-22.04
:warning: [chromium-library] › library/browsercontext-reuse.spec.ts:30:1 › should re-add binding after reset @msedge-windows-latest
:warning: [chromium-library] › library/debug-controller.spec.ts:71:1 › should pick element @msedge-windows-latest
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @tracing-firefox
:warning: [webkit-library] › library/browsercontext-viewport-mobile.spec.ts:206:5 › mobile viewport › view scale should reset after navigation @tracing-webkit
:warning: [webkit-library] › library/multiclient.spec.ts:154:1 › last emulateMedia wins @tracing-webkit
:warning: [webkit-library] › library/multiclient.spec.ts:260:1 › should remove init scripts upon disconnect @tracing-webkit
:warning: [webkit-library] › library/screenshot.spec.ts:276:14 › element screenshot › should restore viewport after page screenshot and exception @tracing-webkit
:warning: [webkit-library] › library/screenshot.spec.ts:289:14 › element screenshot › should restore viewport after page screenshot and timeout @tracing-webkit
:warning: [webkit-library] › library/video.spec.ts:475:5 › screencast › should scale frames down to the requested size @tracing-webkit
:warning: [webkit-library] › library/browsercontext-fetch.spec.ts:228:5 › getshould support ignoreHTTPSErrors option @webkit-headed-macos-14-xlarge
:warning: [webkit-library] › library/inspector/cli-codegen-1.spec.ts:610:7 › cli codegen › should select @webkit-headed-macos-14-xlarge
:warning: [webkit-library] › library/inspector/cli-codegen-1.spec.ts:540:7 › cli codegen › should check a radio button @webkit-headed-ubuntu-24.04
:warning: [webkit-library] › library/inspector/cli-codegen-1.spec.ts:199:7 › cli codegen › should work with TrustedTypes @webkit-headed-windows-latest
:warning: [webkit-library] › library/inspector/cli-codegen-1.spec.ts:461:7 › cli codegen › should record ArrowDown @webkit-headed-windows-latest
:warning: [webkit-library] › library/inspector/cli-codegen-1.spec.ts:508:7 › cli codegen › should check @webkit-headed-windows-latest
:warning: [webkit-library] › library/inspector/cli-codegen-1.spec.ts:578:7 › cli codegen › should uncheck @webkit-headed-windows-latest
:warning: [webkit-library] › library/inspector/cli-codegen-3.spec.ts:488:7 › cli codegen › should generate getByTestId @webkit-headed-windows-latest
:warning: [webkit-library] › library/tracing.spec.ts:430:14 › should produce screencast frames crop @webkit-macos-13-xlarge
:warning: [webkit-library] › library/tracing.spec.ts:430:14 › should produce screencast frames scale @webkit-macos-13-xlarge
:warning: [webkit-library] › library/tracing.spec.ts:430:14 › should produce screencast frames fit @webkit-macos-15-xlarge
:warning: [webkit-page] › page/page-request-fallback.spec.ts:263:5 › post data › should amend json post data @webkit-macos-15-xlarge
:warning: [webkit-library] › library/browsercontext-add-cookies.spec.ts:426:3 › should allow unnamed cookies @webkit-windows-latest
:warning: [webkit-library] › library/inspector/cli-codegen-pick-locator.spec.ts:35:7 › should update locator highlight @webkit-windows-latest
:warning: [webkit-library] › library/inspector/cli-codegen-python-async.spec.ts:82:5 › should save the codegen output to a file if specified @webkit-windows-latest

241014 passed, 9500 skipped :heavy_check_mark::heavy_check_mark::heavy_check_mark:

Merge workflow run.

github-actions[bot] avatar Jun 12 '25 10:06 github-actions[bot]

Test results for "tests 1"

1 failed :x: [playwright-test] › runner.spec.ts:118:5 › should ignore subprocess creation error because of SIGINT @macos-latest-node18-1

4 flaky :warning: [chromium-library] › library/client-certificates.spec.ts:400:3 › browser › should not hang on tls errors during TLS 1.2 handshake @chromium-ubuntu-22.04-node22
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-ubuntu-22.04-node18
:warning: [firefox-page] › page/page-wait-for-function.spec.ts:104:3 › should work with strict CSP policy @firefox-ubuntu-22.04-node18
:warning: [webkit-page] › page/page-screenshot.spec.ts:345:5 › page screenshot › should work while navigating @webkit-ubuntu-22.04-node18

39406 passed, 818 skipped :heavy_check_mark::heavy_check_mark::heavy_check_mark:

Merge workflow run.

github-actions[bot] avatar Jun 16 '25 13:06 github-actions[bot]

Test results for "tests 1"

6 flaky :warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-ubuntu-22.04-node18
:warning: [playwright-test] › ui-mode-test-output.spec.ts:117:5 › should collapse repeated console messages for test @macos-latest-node18-1
:warning: [webkit-library] › library/trace-viewer.spec.ts:1312:1 › should pick locator in iframe @webkit-ubuntu-22.04-node18
:warning: [webkit-page] › page/page-event-popup.spec.ts:28:3 › should work with window features @webkit-ubuntu-22.04-node18
:warning: [webkit-page] › page/page-screenshot.spec.ts:345:5 › page screenshot › should work while navigating @webkit-ubuntu-22.04-node18
:warning: [playwright-test] › ui-mode-test-watch.spec.ts:145:5 › should watch all @windows-latest-node18-1

39519 passed, 832 skipped :heavy_check_mark::heavy_check_mark::heavy_check_mark:

Merge workflow run.

github-actions[bot] avatar Jun 17 '25 16:06 github-actions[bot]

Test results for "tests others"

1 flaky :warning: [electron-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @electron-windows-latest

22190 passed, 552 skipped :heavy_check_mark::heavy_check_mark::heavy_check_mark:

Merge workflow run.

github-actions[bot] avatar Jun 17 '25 17:06 github-actions[bot]

Test results for "tests 2"

1 fatal errors, not part of any test 12 failed :x: [chromium-library] › library/logger.spec.ts:19:3 › should log @smoke @channel-chromium-macos-latest :x: [chromium-library] › library/browsertype-connect.spec.ts:670:5 › run-server › should fulfill with global fetch result @chrome-macos-latest :x: [firefox-library] › library/browsercontext-storage-state.spec.ts:361:3 › should support IndexedDB @firefox-windows-latest :x: [chromium-page] › page/locator-misc-2.spec.ts:188:3 › should fill programmatically enabled textarea @msedge-dev-macos-latest :x: [chromium-page] › page/locator-misc-2.spec.ts:188:3 › should fill programmatically enabled textarea @msedge-dev-ubuntu-22.04 :x: [chromium-library] › library/browsertype-connect.spec.ts:939:7 › run-server › socks proxy › should proxy based on the pattern @msedge-macos-latest :x: [chromium-library] › library/browsertype-connect.spec.ts:970:7 › run-server › socks proxy › should check proxy pattern on the client @msedge-macos-latest :x: [chromium-library] › library/logger.spec.ts:19:3 › should log @smoke @msedge-macos-latest :x: [webkit-library] › library/screenshot.spec.ts:289:14 › element screenshot › should restore viewport after page screenshot and timeout @tracing-webkit :x: [webkit-library] › library/video.spec.ts:441:5 › screencast › should work for popups @tracing-webkit :x: [webkit-library] › library/browsercontext-proxy.spec.ts:67:3 › should send secure cookies to subdomain.localhost @webkit-headed-windows-latest :x: [webkit-library] › library/browsercontext-proxy.spec.ts:67:3 › should send secure cookies to subdomain.localhost @webkit-windows-latest

133 flaky :warning: [chromium-library] › library/browser.spec.ts:54:5 › should dispatch page.on(close) upon browser.close and reject evaluate @channel-chromium-macos-latest
:warning: [chromium-library] › library/browsertype-connect.spec.ts:484:5 › run-server › should not throw on close after disconnect @channel-chromium-macos-latest
:warning: [chromium-library] › library/inspector/cli-codegen-2.spec.ts:93:7 › cli codegen › should not lead to an error if html gets clicked @channel-chromium-macos-latest
:warning: [chromium-library] › library/inspector/pause.spec.ts:23:3 › should resume when closing inspector @channel-chromium-macos-latest
:warning: [chromium-library] › library/inspector/title.spec.ts:35:5 › should update primary page URL when original primary closes @channel-chromium-macos-latest
:warning: [chromium-library] › library/permissions.spec.ts:244:5 › should be able to use the local-fonts API @channel-chromium-macos-latest
:warning: [chromium-page] › page/workers.spec.ts:25:3 › Page.workers @smoke @channel-chromium-macos-latest
:warning: [chromium-page] › page/workers.spec.ts:150:3 › should report network activity @channel-chromium-macos-latest
:warning: [chromium-page] › page/workers.spec.ts:271:3 › should support extra http headers @channel-chromium-macos-latest
:warning: [chromium-library] › library/browsertype-connect.spec.ts:738:5 › run-server › setInputFiles should preserve lastModified timestamp @chrome-beta-macos-latest
:warning: [chromium-library] › library/inspector/cli-codegen-2.spec.ts:93:7 › cli codegen › should not lead to an error if html gets clicked @chrome-beta-macos-latest
:warning: [chromium-library] › library/inspector/title.spec.ts:35:5 › should update primary page URL when original primary closes @chrome-beta-macos-latest
:warning: [chromium-page] › page/workers.spec.ts:25:3 › Page.workers @smoke @chrome-beta-macos-latest
:warning: [chromium-library] › library/browsercontext-cookies-third-party.spec.ts:250:1 › save/load third party 'Partitioned;' cookies @chrome-beta-windows-latest
:warning: [chromium-library] › library/browsercontext-proxy.spec.ts:27:3 › should work when passing the proxy only on the context level @chrome-macos-latest
:warning: [chromium-library] › library/browsertype-launch.spec.ts:107:3 › should accept objects as options @chrome-macos-latest
:warning: [chromium-library] › library/browsertype-launch.spec.ts:115:3 › should fire close event for all contexts @chrome-macos-latest
:warning: [chromium-library] › library/fetch-proxy.spec.ts:21:3 › context request should pick up proxy credentials @chrome-macos-latest
:warning: [chromium-library] › library/inspector/pause.spec.ts:23:3 › should resume when closing inspector @chrome-macos-latest
:warning: [chromium-library] › library/proxy.spec.ts:44:3 › should use proxy for second page @chrome-macos-latest
:warning: [chromium-library] › library/video.spec.ts:580:5 › screencast › should capture static page in persistent context @smoke @chrome-windows-latest
:warning: [chromium-library] › library/chromium/oopif.spec.ts:284:3 › should click @chromium-headed-macos-14-xlarge
:warning: [chromium-library] › library/trace-viewer.spec.ts:471:1 › should show snapshot URL @chromium-headed-ubuntu-24.04
:warning: [chromium-page] › page/page-mouse.spec.ts:174:3 › should select the text with mouse @chromium-headed-windows-latest
:warning: [chromium-page] › page/page-mouse.spec.ts:244:3 › should tween mouse movement @chromium-headed-windows-latest
:warning: [chromium-library] › library/inspector/cli-codegen-3.spec.ts:222:7 › cli codegen › should generate frame locators (4) @chromium-macos-14-xlarge
:warning: [chromium-page] › page/workers.spec.ts:150:3 › should report network activity @chromium-tip-of-tree-macos-13
:warning: [chromium-page] › page/workers.spec.ts:271:3 › should support extra http headers @chromium-tip-of-tree-macos-13
:warning: [chromium-page] › page/workers.spec.ts:150:3 › should report network activity @chromium-tip-of-tree-macos-13--headed
:warning: [chromium-library] › library/browsercontext-reuse.spec.ts:206:1 › should reset mouse position @chromium-tip-of-tree-ubuntu-22.04--headed
:warning: [chromium-library] › library/trace-viewer.spec.ts:471:1 › should show snapshot URL @chromium-tip-of-tree-ubuntu-22.04--headed
:warning: [chromium-library] › library/video.spec.ts:379:5 › screencast › should capture navigation @chromium-tip-of-tree-windows-latest--headed
:warning: [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-tip-of-tree-windows-latest--headed
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-beta-macos-latest
:warning: [firefox-page] › page/page-event-request.spec.ts:182:3 › should return response body when Cross-Origin-Opener-Policy is set @firefox-beta-macos-latest
:warning: [firefox-page] › page/page-goto.spec.ts:81:3 › should work with Cross-Origin-Opener-Policy @firefox-beta-macos-latest
:warning: [firefox-page] › page/page-wait-for-function.spec.ts:104:3 › should work with strict CSP policy @firefox-beta-macos-latest
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-beta-ubuntu-22.04
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-beta-windows-latest
:warning: [firefox-library] › library/browsercontext-basic.spec.ts:361:3 › should emulate media in cross-process iframe @firefox-headed-macos-14-xlarge
:warning: [firefox-library] › library/capabilities.spec.ts:252:3 › requestFullscreen @firefox-headed-macos-14-xlarge
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-headed-macos-14-xlarge
:warning: [firefox-page] › page/page-wait-for-function.spec.ts:104:3 › should work with strict CSP policy @firefox-headed-macos-14-xlarge
:warning: [firefox-library] › library/browsercontext-basic.spec.ts:36:3 › should be able to click across browser contexts @firefox-headed-ubuntu-24.04
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-headed-ubuntu-24.04
:warning: [firefox-library] › library/inspector/title.spec.ts:35:5 › should update primary page URL when original primary closes @firefox-headed-ubuntu-24.04
:warning: [firefox-library] › library/browsercontext-cookies-third-party.spec.ts:531:1 › should(not) block third party cookies - ephemeral context @firefox-headed-windows-latest
:warning: [firefox-library] › library/browsercontext-locale.spec.ts:118:3 › should be isolated between contexts @firefox-headed-windows-latest
:warning: [firefox-library] › library/browsercontext-viewport.spec.ts:109:3 › should throw on tap if hasTouch is not enabled @firefox-headed-windows-latest
:warning: [firefox-library] › library/browsercontext-viewport.spec.ts:144:12 › should report null viewportSize when given null viewport @firefox-headed-windows-latest
:warning: [firefox-library] › library/browsercontext-viewport.spec.ts:177:12 › should be able to get correct orientation angle on non-mobile devices @firefox-headed-windows-latest
:warning: [firefox-library] › library/browsertype-connect.spec.ts:1027:3 › launchServer only › should be able to reconnect to a browser 12 times without warnings @firefox-headed-windows-latest
:warning: [firefox-library] › library/capabilities.spec.ts:22:3 › SharedArrayBuffer should work @smoke @firefox-headed-windows-latest
:warning: [firefox-library] › library/download.spec.ts:54:5 › download event › should report download when navigation turns into download @smoke @firefox-headed-windows-latest
:warning: [firefox-library] › library/inspector/pause.spec.ts:108:5 › pause › should show source @firefox-headed-windows-latest
:warning: [firefox-library] › library/inspector/pause.spec.ts:121:5 › pause › should pause on next pause @firefox-headed-windows-latest
:warning: [firefox-library] › library/inspector/pause.spec.ts:137:5 › pause › should step @firefox-headed-windows-latest
:warning: [firefox-library] › library/inspector/pause.spec.ts:155:5 › pause › should step with keyboard shortcut @firefox-headed-windows-latest
:warning: [firefox-library] › library/inspector/pause.spec.ts:468:5 › pause › should not prevent key events @firefox-headed-windows-latest
:warning: [firefox-library] › library/tracing.spec.ts:476:5 › should include interrupted actions @firefox-headed-windows-latest
:warning: [firefox-library] › library/video.spec.ts:323:5 › screencast › should work with weird screen resolution @firefox-headed-windows-latest
:warning: [firefox-page] › page/page-click-timeout-4.spec.ts:20:3 › should timeout waiting for stable position @firefox-headed-windows-latest
:warning: [firefox-page] › page/page-click-timeout-4.spec.ts:52:3 › should fail to click the button behind a large header after scrolling around @firefox-headed-windows-latest
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-macos-13-large
:warning: [firefox-library] › library/video.spec.ts:163:5 › screencast › should work with old options @firefox-macos-13-large
:warning: [firefox-library] › library/video.spec.ts:379:5 › screencast › should capture navigation @firefox-macos-13-large
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-macos-13-xlarge
:warning: [firefox-library] › library/tracing.spec.ts:430:14 › should produce screencast frames scale @firefox-macos-13-xlarge
:warning: [firefox-page] › page/page-wait-for-function.spec.ts:104:3 › should work with strict CSP policy @firefox-macos-13-xlarge
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-macos-14-large
:warning: [firefox-page] › page/page-wait-for-function.spec.ts:104:3 › should work with strict CSP policy @firefox-macos-14-large
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-macos-14-xlarge
:warning: [firefox-library] › library/video.spec.ts:163:5 › screencast › should work with old options @firefox-macos-14-xlarge
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-ubuntu-24.04
:warning: [firefox-page] › page/page-wait-for-function.spec.ts:104:3 › should work with strict CSP policy @firefox-ubuntu-24.04
:warning: [firefox-library] › library/debug-controller.spec.ts:71:1 › should pick element @firefox-windows-latest
:warning: [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-windows-latest
:warning: [firefox-page] › page/page-wait-for-function.spec.ts:104:3 › should work with strict CSP policy @firefox-windows-latest
:warning: [chromium-library] › library/browsercontext-reuse.spec.ts:30:1 › should re-add binding after reset @msedge-beta-macos-latest
:warning: [chromium-library] › library/downloads-path.spec.ts:91:5 › downloads path › should accept downloads in persistent context @msedge-beta-macos-latest
:warning: [chromium-library] › library/fetch-proxy.spec.ts:21:3 › context request should pick up proxy credentials @msedge-beta-macos-latest
:warning: [chromium-library] › library/logger.spec.ts:19:3 › should log @smoke @msedge-beta-macos-latest
:warning: [chromium-library] › library/permissions.spec.ts:244:5 › should be able to use the local-fonts API @msedge-beta-macos-latest
:warning: [chromium-library] › library/proxy.spec.ts:93:11 › should proxy local network requests › with other bypasses › localhost @msedge-beta-macos-latest
:warning: [chromium-library] › library/proxy.spec.ts:93:11 › should proxy local network requests › with other bypasses › link-local @msedge-beta-macos-latest
:warning: [chromium-library] › library/proxy.spec.ts:291:3 › should use SOCKS proxy for websocket requests @msedge-beta-macos-latest
:warning: [chromium-library] › library/browsercontext-reuse.spec.ts:30:1 › should re-add binding after reset @msedge-beta-ubuntu-22.04
:warning: [chromium-library] › library/permissions.spec.ts:244:5 › should be able to use the local-fonts API @msedge-beta-ubuntu-22.04
:warning: [chromium-library] › library/browsercontext-base-url.spec.ts:37:3 › should construct a new URL when a baseURL in browserType.launchPersistentContext is passed to page.goto @msedge-dev-macos-latest
:warning: [chromium-library] › library/browsercontext-fetch.spec.ts:871:3 › should support timeout option @msedge-dev-macos-latest
:warning: [chromium-library] › library/browsercontext-fetch.spec.ts:1262:3 › should work with connectOverCDP @msedge-dev-macos-latest
:warning: [chromium-library] › library/browsercontext-proxy.spec.ts:27:3 › should work when passing the proxy only on the context level @msedge-dev-macos-latest
:warning: [chromium-library] › library/inspector/cli-codegen-1.spec.ts:55:7 › cli codegen › should double click @msedge-dev-macos-latest
:warning: [chromium-library] › library/permissions.spec.ts:244:5 › should be able to use the local-fonts API @msedge-dev-macos-latest
:warning: [chromium-library] › library/browsercontext-reuse.spec.ts:30:1 › should re-add binding after reset @msedge-dev-ubuntu-22.04
:warning: [chromium-library] › library/permissions.spec.ts:244:5 › should be able to use the local-fonts API @msedge-dev-ubuntu-22.04
:warning: [chromium-library] › library/browsercontext-base-url.spec.ts:37:3 › should construct a new URL when a baseURL in browserType.launchPersistentContext is passed to page.goto @msedge-macos-latest
:warning: [chromium-library] › library/browsercontext-reuse.spec.ts:30:1 › should re-add binding after reset @msedge-macos-latest
:warning: [chromium-library] › library/browsertype-connect.spec.ts:162:5 › launchServer › should be able to visit ipv6 @msedge-macos-latest
:warning: [chromium-library] › library/browsertype-connect.spec.ts:1027:3 › launchServer only › should be able to reconnect to a browser 12 times without warnings @msedge-macos-latest
:warning: [chromium-library] › library/permissions.spec.ts:244:5 › should be able to use the local-fonts API @msedge-macos-latest
:warning: [chromium-library] › library/signals.spec.ts:78:7 › signals › should close the browser on SIGINT @msedge-macos-latest
:warning: [chromium-page] › page/workers.spec.ts:271:3 › should support extra http headers @msedge-macos-latest
:warning: [chromium-library] › library/browsercontext-reuse.spec.ts:30:1 › should re-add binding after reset @msedge-ubuntu-22.04
:warning: [chromium-library] › library/permissions.spec.ts:244:5 › should be able to use the local-fonts API @msedge-ubuntu-22.04
:warning: [firefox-page] › page/page-wait-for-function.spec.ts:104:3 › should work with strict CSP policy @tracing-firefox
:warning: [webkit-library] › library/multiclient.spec.ts:119:1 › should not allow parallel js coverage and cleanup upon disconnect @tracing-webkit
:warning: [webkit-library] › library/multiclient.spec.ts:132:1 › should not allow parallel css coverage @tracing-webkit
:warning: [webkit-library] › library/multiclient.spec.ts:260:1 › should remove init scripts upon disconnect @tracing-webkit
:warning: [webkit-library] › library/screenshot.spec.ts:44:14 › page screenshot › should work with a mobile viewport @tracing-webkit
:warning: [webkit-library] › library/screenshot.spec.ts:55:14 › page screenshot › should work with a mobile viewport and clip @tracing-webkit
:warning: [webkit-library] › library/screenshot.spec.ts:205:14 › element screenshot › element screenshot should work with a mobile viewport @tracing-webkit
:warning: [webkit-library] › library/inspector/cli-codegen-1.spec.ts:610:7 › cli codegen › should select @webkit-headed-macos-14-xlarge
:warning: [webkit-page] › page/page-request-continue.spec.ts:261:5 › post data › should amend utf8 post data @webkit-headed-macos-14-xlarge
:warning: [webkit-page] › page/page-request-fallback.spec.ts:239:5 › post data › should amend binary post data @webkit-headed-macos-14-xlarge
:warning: [webkit-library] › library/browsercontext-reuse.spec.ts:206:1 › should reset mouse position @webkit-headed-ubuntu-22.04
:warning: [webkit-library] › library/inspector/cli-codegen-3.spec.ts:578:7 › cli codegen › should generate getByLabel @webkit-headed-ubuntu-22.04
:warning: [webkit-library] › library/inspector/cli-codegen-1.spec.ts:332:7 › cli codegen › should fill textarea @webkit-headed-ubuntu-24.04
:warning: [webkit-page] › page/page-click.spec.ts:261:3 › should click on checkbox input and toggle @webkit-headed-ubuntu-24.04
:warning: [webkit-library] › library/inspector/cli-codegen-1.spec.ts:96:7 › cli codegen › should ignore programmatic events @webkit-headed-windows-latest
:warning: [webkit-library] › library/inspector/cli-codegen-1.spec.ts:578:7 › cli codegen › should uncheck @webkit-headed-windows-latest
:warning: [webkit-library] › library/inspector/cli-codegen-3.spec.ts:636:7 › cli codegen › should consume pointer events @webkit-headed-windows-latest
:warning: [webkit-library] › library/inspector/cli-codegen-3.spec.ts:784:7 › cli codegen › should assert value on disabled input @webkit-headed-windows-latest
:warning: [webkit-library] › library/inspector/cli-codegen-pick-locator.spec.ts:23:7 › should inspect locator @webkit-headed-windows-latest
:warning: [webkit-library] › library/tracing.spec.ts:430:14 › should produce screencast frames fit @webkit-macos-13-xlarge
:warning: [webkit-library] › library/tracing.spec.ts:430:14 › should produce screencast frames crop @webkit-macos-13-xlarge
:warning: [webkit-library] › library/tracing.spec.ts:430:14 › should produce screencast frames scale @webkit-macos-13-xlarge
:warning: [webkit-page] › page/page-request-continue.spec.ts:248:5 › post data › should amend method and post data @webkit-macos-13-xlarge
:warning: [webkit-page] › page/page-request-fallback.spec.ts:239:5 › post data › should amend binary post data @webkit-macos-14-large
:warning: [webkit-library] › library/tracing.spec.ts:430:14 › should produce screencast frames crop @webkit-macos-14-xlarge
:warning: [webkit-library] › library/tracing.spec.ts:430:14 › should produce screencast frames scale @webkit-macos-14-xlarge
:warning: [webkit-library] › library/video.spec.ts:379:5 › screencast › should capture navigation @webkit-macos-15-large
:warning: [webkit-library] › library/inspector/cli-codegen-aria.spec.ts:76:7 › should update aria snapshot highlight @webkit-windows-latest

237764 passed, 9718 skipped :heavy_check_mark::heavy_check_mark::heavy_check_mark:

Merge workflow run.

github-actions[bot] avatar Jun 17 '25 17:06 github-actions[bot]