Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2025

Bumps electron from 30.5.1 to 35.7.5.

Release notes

Sourced from electron's releases.

electron v35.7.5

Release Notes for v35.7.5

[!WARNING] Electron 35.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.

Fixes

  • Fixed an issue where shell.openPath was not non-blocking as expected. #48079 (Also in 36, 37, 38)

electron v35.7.4

Release Notes for v35.7.4

  • Fix ffmpeg generation on Windows non-x64

electron v35.7.2

Release Notes for v35.7.2

Fixes

  • Fixed an issue where printing PDFs with webContents.print({ silent: true }) would fail. #47645 (Also in 36, 37)

electron v35.7.0

Release Notes for v35.7.0

Other Changes

  • Updated Node.js to v22.16.0. #47213

electron v35.6.0

Release Notes for v35.6.0

Features

  • Added support for --no-experimental-global-navigator flag. #47416 (Also in 36, 37)
  • Added support for customizing system accent color and highlighting of active window border. #47539 (Also in 36, 37)

Fixes

  • Fixed a potential crash using session.clearData in some circumstances. #47410 (Also in 36, 37)
  • Fixed an error when importing electron for the first time from an ESM module loaded by a CJS module in a packaged app. #47344 (Also in 36, 37)
  • Fixed an issue where calling Fetch.continueResponse via debugger with WebContentsView could cause a crash. #47443 (Also in 36, 37)
  • Fixed an issue where utility processes could leak file handles. #47542 (Also in 36, 37)
  • Partially fixes an issue with printing a PDF via webContents.print() where the callback would not be called. #47399 (Also in 36, 37)

Other Changes

  • Backported fix for 420637585. #47369

electron v35.5.1

Release Notes for v35.5.1

... (truncated)

Changelog

Sourced from electron's changelog.

Breaking Changes

Breaking changes will be documented here, and deprecation warnings added to JS code where possible, at least one major version before the change is made.

Types of Breaking Changes

This document uses the following convention to categorize breaking changes:

  • API Changed: An API was changed in such a way that code that has not been updated is guaranteed to throw an exception.
  • Behavior Changed: The behavior of Electron has changed, but not in such a way that an exception will necessarily be thrown.
  • Default Changed: Code depending on the old default may break, not necessarily throwing an exception. The old behavior can be restored by explicitly specifying the value.
  • Deprecated: An API was marked as deprecated. The API will continue to function, but will emit a deprecation warning, and will be removed in a future release.
  • Removed: An API or feature was removed, and is no longer supported by Electron.

Planned Breaking API Changes (39.0)

Deprecated: --host-rules command line switch

Chromium is deprecating the --host-rules switch.

You should use --host-resolver-rules instead.

Behavior Changed: window.open popups are always resizable

Per current WHATWG spec, the window.open API will now always create a resizable popup window.

To restore previous behavior:

webContents.setWindowOpenHandler((details) => {
  return {
    action: 'allow',
    overrideBrowserWindowOptions: {
      resizable: details.features.includes('resizable=yes')
    }
  }
})

Behavior Changed: shared texture OSR paint event data structure

When using shared texture offscreen rendering feature, the paint event now emits a more structured object. It moves the sharedTextureHandle, planes, modifier into a unified handle property. See here for more details.

Planned Breaking API Changes (38.0)

Removed: ELECTRON_OZONE_PLATFORM_HINT environment variable

The default value of the --ozone-plaftform flag changed to auto.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 4, 2025
@mxschmitt
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Bumps [electron](https://github.com/electron/electron) from 30.5.1 to 35.7.5.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v30.5.1...v35.7.5)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 35.7.5
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-35.7.5 branch from 12cffb3 to 92e85cd Compare September 4, 2025 22:14
Copy link
Contributor

github-actions bot commented Sep 5, 2025

Test results for "tests 1"

2 flaky ⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1079 › cli codegen › should not throw csp directive violation errors `@firefox-ubuntu-22.04-node18`
⚠️ [firefox-page] › page/page-wait-for-function.spec.ts:104 › should work with strict CSP policy `@firefox-ubuntu-22.04-node18`

46766 passed, 821 skipped


Merge workflow run.

@mxschmitt mxschmitt added the CQ1 label Sep 5, 2025
Copy link
Contributor

github-actions bot commented Sep 5, 2025

Test results for "tests others"

7 fatal errors, not part of any test
10 failed
❌ [electron-page] › page/page-autowaiting-basic.spec.ts:58 › should await form-get on click @electron-ubuntu-latest
❌ [electron-page] › page/page-autowaiting-basic.spec.ts:79 › should await form-post on click @electron-ubuntu-latest
❌ [electron-page] › page/page-autowaiting-basic.spec.ts:116 › should work with goto following click @electron-ubuntu-latest
❌ [electron-page] › page/page-network-request.spec.ts:288 › should parse the data if content-type is application/x-www-form-urlencoded @electron-ubuntu-latest
❌ [electron-page] › page/page-request-continue.spec.ts:43 › should not allow to override unsafe HTTP headers @electron-ubuntu-latest
❌ [electron-page] › page/page-set-input-files.spec.ts:299 › should detect mime type @electron-ubuntu-latest
❌ [electron-page] › page/page-autowaiting-basic.spec.ts:79 › should await form-post on click @electron-windows-latest
❌ [electron-page] › page/page-network-request.spec.ts:288 › should parse the data if content-type is application/x-www-form-urlencoded @electron-windows-latest
❌ [electron-page] › page/page-request-continue.spec.ts:43 › should not allow to override unsafe HTTP headers @electron-windows-latest
❌ [electron-page] › page/page-set-input-files.spec.ts:299 › should detect mime type @electron-windows-latest

37 flaky ⚠️ [electron-page] › page/page-autowaiting-basic.spec.ts:58 › should await form-get on click `@electron-macos-latest`
⚠️ [electron-page] › page/elementhandle-bounding-box.spec.ts:62 › should handle scroll offset and click `@electron-ubuntu-latest`
⚠️ [electron-page] › page/elementhandle-convenience.spec.ts:112 › isVisible and isHidden should work `@electron-ubuntu-latest`
⚠️ [electron-page] › page/elementhandle-screenshot.spec.ts:269 › element screenshot › should not issue resize event `@electron-ubuntu-latest`
⚠️ [electron-page] › page/elementhandle-wait-for-element-state.spec.ts:56 › should wait for hidden `@electron-ubuntu-latest`
⚠️ [electron-page] › page/elementhandle-wait-for-element-state.spec.ts:73 › should wait for hidden when detached `@electron-ubuntu-latest`
⚠️ [electron-page] › page/expect-boolean.spec.ts:366 › toBeVisible › with impossible timeout `@electron-ubuntu-latest`
⚠️ [electron-page] › page/expect-boolean.spec.ts:476 › toBeHidden › with impossible timeout .not `@electron-ubuntu-latest`
⚠️ [electron-page] › page/expect-matcher-result.spec.ts:73 › toBeTruthy-based assertions should have matcher result `@electron-ubuntu-latest`
⚠️ [electron-page] › page/expect-timeout.spec.ts:86 › should timeout during first locator handler check `@electron-ubuntu-latest`
⚠️ [electron-page] › page/locator-is-visible.spec.ts:20 › isVisible and isHidden should work `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-aria-snapshot-ai.spec.ts:26 › should generate refs `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-aria-snapshot-ai.spec.ts:116 › should not generate refs for elements with pointer-events:none `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-aria-snapshot-ai.spec.ts:152 › emit generic roles for nodes w/o roles `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-aria-snapshot-ai.spec.ts:202 › should collapse generic nodes `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-aria-snapshot-ai.spec.ts:219 › should include cursor pointer hint `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-aria-snapshot-ai.spec.ts:283 › should show visible children of hidden elements `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-aria-snapshot-ai.spec.ts:328 › should update active element on focus `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-aria-snapshot-ai.spec.ts:413 › should collapse inline generic nodes `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-check.spec.ts:117 › should check the label with position `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-click.spec.ts:1083 › should click in a transformed iframe with force `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-mouse.spec.ts:55 › should dblclick the div `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-mouse.spec.ts:108 › should pointerdown the div with a custom button `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-screenshot.spec.ts:327 › page screenshot › should work for webgl `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-screenshot.spec.ts:406 › page screenshot › should prefer type over extension `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-screenshot.spec.ts:529 › page screenshot › mask option › should work when subframe has stalled navigation `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-screenshot.spec.ts:543 › page screenshot › mask option › should work when subframe used document.open after a weird url `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-screenshot.spec.ts:635 › page screenshot animations › should not capture css animations in shadow DOM `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-screenshot.spec.ts:670 › page screenshot animations › should resume infinite animations `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-screenshot.spec.ts:896 › should throw if screenshot size is too large `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-wait-for-selector-1.spec.ts:141 › should report logs while waiting for hidden `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-wait-for-selector-2.spec.ts:91 › hidden should wait for hidden `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-wait-for-selector-2.spec.ts:102 › hidden should wait for display: none `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-wait-for-selector-2.spec.ts:113 › hidden should wait for removal `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-wait-for-selector-2.spec.ts:138 › should have an error message specifically for awaiting an element to be hidden `@electron-ubuntu-latest`
⚠️ [electron-page] › page/selectors-register.spec.ts:110 › isVisible should be atomic `@electron-ubuntu-latest`
⚠️ [electron-page] › page/page-autowaiting-basic.spec.ts:116 › should work with goto following click `@electron-windows-latest`
1 interrupted ⚠️ [electron-page] › page/page-keyboard.spec.ts:326 › should handle selectAll `@electron-macos-latest`

21493 passed, 474 skipped, 856 did not run


Merge workflow run.

Copy link
Contributor

github-actions bot commented Sep 5, 2025

Test results for "tests 2"

2 fatal errors, not part of any test
8 failed
❌ [chromium-library] › library/headful.spec.ts:252 › should click bottom row w/ infobar in OOPIF @channel-chromium-macos-latest
❌ [chromium-library] › library/headful.spec.ts:252 › should click bottom row w/ infobar in OOPIF @chrome-beta-macos-latest
❌ [chromium-library] › library/headful.spec.ts:252 › should click bottom row w/ infobar in OOPIF @chrome-macos-latest
❌ [chromium-library] › library/headful.spec.ts:252 › should click bottom row w/ infobar in OOPIF @msedge-beta-macos-latest
❌ [chromium-library] › library/headful.spec.ts:252 › should click bottom row w/ infobar in OOPIF @msedge-dev-macos-latest
❌ [chromium-library] › library/headful.spec.ts:252 › should click bottom row w/ infobar in OOPIF @msedge-macos-latest
❌ [webkit-library] › library/trace-viewer.spec.ts:1108 › should not crash with broken locator @webkit-headed-macos-14-xlarge
❌ [webkit-page] › page/elementhandle-click.spec.ts:49 › should throw for detached nodes @webkit-headed-macos-14-xlarge

81 flaky ⚠️ [chromium-library] › library/video.spec.ts:207 › screencast › should continue recording main page after popup closes `@chrome-beta-macos-latest`
⚠️ [chromium-page] › page/workers.spec.ts:25 › Page.workers @smoke `@chrome-beta-macos-latest`
⚠️ [chromium-library] › library/popup.spec.ts:258 › should not throw when click closes popup `@chrome-beta-ubuntu-22.04`
⚠️ [chromium-page] › page/page-screenshot.spec.ts:816 › page screenshot animations › should trigger particular events for INfinite css animation `@chrome-beta-ubuntu-22.04`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:21 › cli codegen › should click `@chromium-headed-ubuntu-24.04`
⚠️ [chromium-library] › library/chromium/oopif.spec.ts:152 › should take screenshot `@chromium-macos-13-xlarge`
⚠️ [chromium-library] › library/chromium/oopif.spec.ts:152 › should take screenshot `@chromium-macos-14-large`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1319 › should pick locator in iframe `@chromium-macos-14-large`
⚠️ [chromium-page] › page/workers.spec.ts:25 › Page.workers @smoke `@chromium-tip-of-tree-macos-13`
⚠️ [chromium-page] › page/workers.spec.ts:150 › should report network activity `@chromium-tip-of-tree-macos-13`
⚠️ [chromium-page] › page/workers.spec.ts:271 › should support extra http headers `@chromium-tip-of-tree-macos-13`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:120 › cli codegen › should type after clicking twice `@chromium-tip-of-tree-ubuntu-22.04--headed`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:672 › cli codegen › should consume contextmenu events, despite a custom context menu `@chromium-tip-of-tree-ubuntu-22.04--headed`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1079 › cli codegen › should not throw csp directive violation errors `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-emulate-media.spec.ts:144 › should keep reduced motion and color emulation after reload `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-goto.spec.ts:81 › should work with Cross-Origin-Opener-Policy `@firefox-beta-macos-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1079 › cli codegen › should not throw csp directive violation errors `@firefox-beta-ubuntu-22.04`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1079 › cli codegen › should not throw csp directive violation errors `@firefox-beta-windows-latest`
⚠️ [firefox-page] › page/page-wait-for-function.spec.ts:104 › should work with strict CSP policy `@firefox-beta-windows-latest`
⚠️ [firefox-library] › library/capabilities.spec.ts:244 › requestFullscreen `@firefox-headed-macos-14-xlarge`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1079 › cli codegen › should not throw csp directive violation errors `@firefox-headed-macos-14-xlarge`
⚠️ [firefox-library] › library/inspector/cli-codegen-aria.spec.ts:76 › should update aria snapshot highlight `@firefox-headed-macos-14-xlarge`
⚠️ [firefox-library] › library/browsercontext-basic.spec.ts:36 › should be able to click across browser contexts `@firefox-headed-ubuntu-24.04`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1079 › cli codegen › should not throw csp directive violation errors `@firefox-headed-ubuntu-24.04`
⚠️ [firefox-page] › page/page-mouse.spec.ts:174 › should select the text with mouse `@firefox-headed-ubuntu-24.04`
⚠️ [firefox-library] › library/browsercontext-basic.spec.ts:219 › should close all belonging pages once closing context `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/browsertype-connect.spec.ts:1028 › launchServer only › should be able to reconnect to a browser 12 times without warnings `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/capabilities.spec.ts:165 › should set CloseEvent.wasClean to false when the server terminates a WebSocket connection `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/client-certificates.spec.ts:280 › browser › should keep supporting http `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/client-certificates.spec.ts:309 › browser › should fail with self-signed client certificates `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/client-certificates.spec.ts:697 › browser › should pass with matching certificates and trailing slash `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1079 › cli codegen › should not throw csp directive violation errors `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/trace-viewer.spec.ts:878 › should highlight target elements `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/trace-viewer.spec.ts:1988 › should handle failed snapshots due to dialog `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/video.spec.ts:379 › screencast › should capture navigation `@firefox-headed-windows-latest`
⚠️ [firefox-page] › page/page-click-scroll.spec.ts:100 › should scroll into view element in iframe `@firefox-headed-windows-latest`
⚠️ [firefox-page] › page/page-wait-for-function.spec.ts:104 › should work with strict CSP policy `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1079 › cli codegen › should not throw csp directive violation errors `@firefox-macos-13-large`
⚠️ [firefox-library] › library/inspector/cli-codegen-2.spec.ts:199 › cli codegen › should download files `@firefox-macos-13-large`
⚠️ [firefox-library] › library/video.spec.ts:379 › screencast › should capture navigation `@firefox-macos-13-large`
⚠️ [firefox-page] › page/page-event-request.spec.ts:182 › should return response body when Cross-Origin-Opener-Policy is set `@firefox-macos-13-large`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1079 › cli codegen › should not throw csp directive violation errors `@firefox-macos-13-xlarge`
⚠️ [firefox-page] › page/page-wait-for-function.spec.ts:104 › should work with strict CSP policy `@firefox-macos-13-xlarge`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1079 › cli codegen › should not throw csp directive violation errors `@firefox-macos-14-large`
⚠️ [firefox-library] › library/inspector/cli-codegen-3.spec.ts:672 › cli codegen › should consume contextmenu events, despite a custom context menu `@firefox-macos-14-large`
⚠️ [firefox-page] › page/page-event-request.spec.ts:182 › should return response body when Cross-Origin-Opener-Policy is set `@firefox-macos-14-large`
⚠️ [firefox-page] › page/page-wait-for-function.spec.ts:104 › should work with strict CSP policy `@firefox-macos-14-large`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1079 › cli codegen › should not throw csp directive violation errors `@firefox-macos-14-xlarge`
⚠️ [firefox-page] › page/page-wait-for-function.spec.ts:104 › should work with strict CSP policy `@firefox-macos-14-xlarge`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1079 › cli codegen › should not throw csp directive violation errors `@firefox-ubuntu-24.04`
⚠️ [firefox-page] › page/page-emulate-media.spec.ts:144 › should keep reduced motion and color emulation after reload `@firefox-ubuntu-24.04`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1079 › cli codegen › should not throw csp directive violation errors `@firefox-windows-latest`
⚠️ [firefox-page] › page/page-wait-for-function.spec.ts:104 › should work with strict CSP policy `@firefox-windows-latest`
⚠️ [chromium-library] › library/browsercontext-proxy.spec.ts:142 › should proxy local network requests › with other bypasses › localhost `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/browsercontext-proxy.spec.ts:103 › should set cookie for top-level domain `@msedge-beta-ubuntu-22.04`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:195 › reuse launch › should not cache resources `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:270 › reuse launch › should reset mouse position `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1319 › should pick locator in iframe `@msedge-dev-macos-latest`
⚠️ [chromium-page] › page/workers.spec.ts:25 › Page.workers @smoke `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/browsercontext-proxy.spec.ts:103 › should set cookie for top-level domain `@msedge-dev-ubuntu-22.04`
⚠️ [chromium-page] › page/workers.spec.ts:150 › should report network activity `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-proxy.spec.ts:103 › should set cookie for top-level domain `@msedge-ubuntu-22.04`
⚠️ [chromium-library] › library/popup.spec.ts:258 › should not throw when click closes popup `@service`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1079 › cli codegen › should not throw csp directive violation errors `@tracing-firefox`
⚠️ [firefox-page] › page/page-goto.spec.ts:81 › should work with Cross-Origin-Opener-Policy `@tracing-firefox`
⚠️ [webkit-library] › library/global-fetch-cookie.spec.ts:104 › should do case-insensitive match of request domain `@webkit-headed-macos-14-xlarge`
⚠️ [webkit-page] › page/elementhandle-click.spec.ts:20 › should work @smoke `@webkit-headed-macos-14-xlarge`
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:94 › cli codegen › should click twice `@webkit-headed-ubuntu-22.04`
⚠️ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:611 › cli codegen › should generate getByLabel without regex `@webkit-headed-ubuntu-22.04`
⚠️ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:672 › cli codegen › should consume contextmenu events, despite a custom context menu `@webkit-headed-ubuntu-22.04`
⚠️ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:477 › cli codegen › should fill tricky characters `@webkit-headed-ubuntu-24.04`
⚠️ [webkit-library] › library/browsercontext-reuse.spec.ts:114 › reuse launch › should reset serviceworker `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:1086 › cli codegen › should clear when recording is disabled `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:492 › cli codegen › should generate getByTestId `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:743 › cli codegen › should assert value `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:836 › cli codegen › should assert visibility `@webkit-headed-windows-latest`
⚠️ [webkit-page] › page/page-click.spec.ts:251 › should click on checkbox input and toggle `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:226 › cli codegen › should generate frame locators (4) `@webkit-macos-13-large`
⚠️ [webkit-page] › page/page-set-input-files.spec.ts:204 › should upload large file with relative path `@webkit-ubuntu-24.04`
⚠️ [webkit-library] › library/browsercontext-reuse.spec.ts:114 › reuse launch › should reset serviceworker `@webkit-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-pick-locator.spec.ts:35 › should update locator highlight `@webkit-windows-latest`

251511 passed, 9914 skipped, 2144 did not run


Merge workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CQ1 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant