Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix flaky unselect test #33060

Closed
wants to merge 3 commits into from

Conversation

mxschmitt
Copy link
Member

@mxschmitt mxschmitt commented Oct 11, 2024

This is flaky since it was added in #32127.

Follow-up to #32127 (comment).

Added an isolated test for the WebKit/Linux bug in #33064.

test('should select with multiple attribute', async ({ openRecorder }) => {
const { page, recorder } = await openRecorder();

await recorder.setContentAndWait(`<select id="age" multiple onchange="console.log('[' + [...age.selectedOptions].map(x => x.value).join(',') + ']')"><option value="1">1</option><option value="2">2</option></select>`);

const locator = await recorder.hoverOverElement('select');
expect(locator).toBe(`locator('#age')`);
await clickMultipleSelectOption(page.getByRole('option', { name: '1' }));
await page.locator('select').focus();
await page.selectOption('select', ['1']);
Copy link
Member Author

@mxschmitt mxschmitt Oct 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: if you don't focus, it throws here that activeModel is null.

@mxschmitt mxschmitt added the CQ1 label Oct 11, 2024
@mxschmitt mxschmitt added CQ1 and removed CQ1 labels Oct 11, 2024

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

@@ -464,3 +464,41 @@ it('should click in custom element', async ({ page }) => {
await page.locator('input').click();
expect(await page.evaluate('window.__clicked')).toBe(true);
});

for (const mode of ['same-context', 'different-context'] as const) {
it(`concurrent selectOption in ${mode} should work`, async ({ browser, browserName, isLinux }) => {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note #1: Was not sure in which file to put this test, since it needs to be a library test (not a page test).

Note #2: It passes in Firefox and Chromium.

@mxschmitt mxschmitt added CQ1 and removed CQ1 labels Oct 11, 2024
Copy link
Contributor

Test results for "tests others"

5 flaky ⚠️ [electron-api] › electron/electron-app.spec.ts:55:5 › should fire close event when the app quits itself @electron-macos-latest
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @frozen-time-library-chromium-linux
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @frozen-time-library-chromium-linux
⚠️ [chromium-library] › library/popup.spec.ts:264:3 › should not throw when click closes popup @frozen-time-library-chromium-linux
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @realtime-time-library-chromium-linux

20557 passed, 495 skipped
✔️✔️✔️

Merge workflow run.

Copy link
Contributor

Test results for "tests 1"

2 failed
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @firefox-ubuntu-22.04-node18
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @firefox-ubuntu-22.04-node18

5 flaky ⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-ubuntu-22.04-node18
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-ubuntu-22.04-node20
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-ubuntu-22.04-node22
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @ubuntu-20.04-chromium-tip-of-tree
⚠️ [webkit-library] › library/screenshot.spec.ts:75:14 › page screenshot › should work with device scale factor @webkit-ubuntu-22.04-node18

35878 passed, 624 skipped
✔️✔️✔️

Merge workflow run.

Copy link
Contributor

Test results for "tests 2"

49 failed
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chrome-beta-windows-latest
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @chrome-beta-windows-latest
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chrome-windows-latest
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @chrome-windows-latest
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-headed-windows-latest
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @chromium-headed-windows-latest
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-tip-of-tree-windows-latest
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @chromium-tip-of-tree-windows-latest
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-tip-of-tree-windows-latest--headed
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @chromium-tip-of-tree-windows-latest--headed
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-windows-latest
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @chromium-windows-latest
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @firefox-beta-macos-latest
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @firefox-beta-macos-latest
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @firefox-beta-ubuntu-20.04
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @firefox-beta-windows-latest
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @firefox-beta-windows-latest
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @firefox-headed-macos-14-xlarge
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @firefox-headed-macos-14-xlarge
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @firefox-headed-ubuntu-24.04
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @firefox-headed-ubuntu-24.04
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @firefox-headed-windows-latest
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @firefox-headed-windows-latest
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @firefox-macos-13-large
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @firefox-macos-13-large
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @firefox-macos-13-xlarge
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @firefox-macos-13-xlarge
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @firefox-macos-14-large
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @firefox-macos-14-large
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @firefox-macos-14-xlarge
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @firefox-macos-14-xlarge
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @firefox-ubuntu-20.04
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @firefox-ubuntu-24.04
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @firefox-ubuntu-24.04
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @firefox-windows-latest
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @firefox-windows-latest
❌ [chromium-library] › library/emulation-focus.spec.ts:104:3 › should not affect screenshots @headless-new
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @msedge-beta-windows-latest
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @msedge-dev-windows-latest
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @msedge-dev-windows-latest
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @msedge-windows-latest
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @msedge-windows-latest
❌ [webkit-library] › library/hit-target.spec.ts:469:5 › concurrent selectOption in same-context should work @webkit-headed-windows-latest
❌ [webkit-library] › library/hit-target.spec.ts:469:5 › concurrent selectOption in different-context should work @webkit-headed-windows-latest
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @webkit-headed-windows-latest
❌ [webkit-library] › library/tracing.spec.ts:410:14 › should produce screencast frames scale @webkit-macos-13-xlarge
❌ [webkit-library] › library/hit-target.spec.ts:469:5 › concurrent selectOption in same-context should work @webkit-windows-latest
❌ [webkit-library] › library/hit-target.spec.ts:469:5 › concurrent selectOption in different-context should work @webkit-windows-latest
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @webkit-windows-latest

81 flaky ⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chrome-beta-macos-latest
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @chrome-beta-macos-latest
⚠️ [chromium-library] › library/inspector/pause.spec.ts:101:5 › pause › should show source @chrome-beta-macos-latest
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @chrome-macos-latest
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @chrome-ubuntu-20.04
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-headed-macos-14-xlarge
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:206:1 › should reset mouse position @chromium-headed-ubuntu-24.04
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-headed-ubuntu-24.04
⚠️ [chromium-library] › library/selector-generator.spec.ts:87:5 › selector generator › should try to improve text by shortening @chromium-headed-windows-latest
⚠️ [chromium-library] › library/video.spec.ts:381:5 › screencast › should capture navigation @chromium-headed-windows-latest
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-macos-13-large
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-macos-13-xlarge
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-macos-14-large
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @chromium-macos-14-large
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-macos-14-xlarge
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @chromium-macos-14-xlarge
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-tip-of-tree-macos-13
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @chromium-tip-of-tree-macos-13
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-tip-of-tree-macos-13--headed
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @chromium-tip-of-tree-macos-13--headed
⚠️ [chromium-library] › library/video.spec.ts:381:5 › screencast › should capture navigation @chromium-tip-of-tree-macos-13--headed
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-tip-of-tree-ubuntu-20.04
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:462:7 › cli codegen › should record ArrowDown @chromium-tip-of-tree-ubuntu-20.04--headed
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-tip-of-tree-ubuntu-20.04--headed
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @chromium-tip-of-tree-ubuntu-20.04--headed
⚠️ [chromium-library] › library/selector-generator.spec.ts:512:5 › selector generator › should generate exact placeholder when necessary @chromium-tip-of-tree-windows-latest--headed
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1140:1 › should ignore 304 responses @chromium-tip-of-tree-windows-latest--headed
⚠️ [chromium-library] › library/video.spec.ts:381:5 › screencast › should capture navigation @chromium-tip-of-tree-windows-latest--headed
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-ubuntu-20.04
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @chromium-ubuntu-24.04
⚠️ [chromium-page] › page/page-history.spec.ts:94:3 › goBack/goForward should work with bfcache-able pages @chromium-ubuntu-24.04
⚠️ [chromium-library] › library/browsertype-connect.spec.ts:421:5 › run-server › should reject waitForEvent before browser.onDisconnect fires @driver
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @firefox-beta-ubuntu-20.04
⚠️ [firefox-library] › library/capabilities.spec.ts:254:3 › requestFullscreen @firefox-headed-macos-14-xlarge
⚠️ [firefox-library] › library/video.spec.ts:381:5 › screencast › should capture navigation @firefox-headed-macos-14-xlarge
⚠️ [firefox-library] › library/browsercontext-cookies.spec.ts:324:3 › should be able to send third party cookies via an iframe @firefox-headed-windows-latest
⚠️ [firefox-library] › library/browsercontext-locale.spec.ts:118:3 › should be isolated between contexts @firefox-headed-windows-latest
⚠️ [firefox-library] › library/browsercontext-pages.spec.ts:29:3 › page.context should return the correct instance @firefox-headed-windows-latest
⚠️ [firefox-library] › library/browsertype-connect.spec.ts:141:5 › launchServer › should be able to reconnect to a browser @firefox-headed-windows-latest
⚠️ [firefox-library] › library/capabilities.spec.ts:22:3 › SharedArrayBuffer should work @smoke @firefox-headed-windows-latest @smoke
⚠️ [firefox-library] › library/tracing.spec.ts:241:5 › should not include trace resources from the previous chunks @firefox-headed-windows-latest
⚠️ [firefox-library] › library/tracing.spec.ts:290:5 › should overwrite existing file @firefox-headed-windows-latest
⚠️ [firefox-library] › library/video.spec.ts:561:5 › screencast › should be 800x600 with null viewport @firefox-headed-windows-latest
⚠️ [firefox-library] › library/tracing.spec.ts:410:14 › should produce screencast frames crop @firefox-macos-14-xlarge
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @firefox-ubuntu-20.04
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @headless-new
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @msedge-beta-macos-latest
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @msedge-beta-ubuntu-20.04
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @msedge-beta-ubuntu-20.04
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @msedge-beta-windows-latest
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @msedge-dev-macos-latest
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @msedge-dev-ubuntu-20.04
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @msedge-macos-latest
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @msedge-macos-latest
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @msedge-ubuntu-20.04
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @msedge-ubuntu-20.04
⚠️ [chromium-library] › library/browsercontext-events.spec.ts:19:5 › console event should work @smoke @service @smoke
⚠️ [firefox-page] › page/page-wait-for-function.spec.ts:43:3 › should poll on interval @tracing-firefox
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:611:7 › cli codegen › should select @webkit-headed-macos-14-xlarge
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @webkit-headed-macos-14-xlarge
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @webkit-headed-macos-14-xlarge
⚠️ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:26:7 › cli codegen › should click locator.first @webkit-headed-ubuntu-22.04
⚠️ [webkit-library] › library/tap.spec.ts:22:3 › should send all of the correct events @smoke @webkit-headed-windows-latest @smoke
⚠️ [webkit-page] › page/page-click.spec.ts:231:3 › should click on checkbox input and toggle @webkit-headed-windows-latest
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @webkit-macos-13-large
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @webkit-macos-13-large
⚠️ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:171:7 › cli codegen › should generate frame locators (4) @webkit-macos-13-large
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @webkit-macos-13-xlarge
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @webkit-macos-14-xlarge
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @webkit-macos-14-xlarge
⚠️ [webkit-library] › library/tracing.spec.ts:410:14 › should produce screencast frames fit @webkit-macos-14-xlarge
⚠️ [webkit-library] › library/tracing.spec.ts:410:14 › should produce screencast frames crop @webkit-macos-14-xlarge
⚠️ [webkit-library] › library/tracing.spec.ts:410:14 › should produce screencast frames scale @webkit-macos-14-xlarge
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @webkit-macos-15-large
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @webkit-macos-15-large
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:685:7 › cli codegen › should select with multiple attribute @webkit-macos-15-xlarge
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @webkit-macos-15-xlarge
⚠️ [webkit-library] › library/tracing.spec.ts:410:14 › should produce screencast frames fit @webkit-macos-15-xlarge
⚠️ [webkit-library] › library/tracing.spec.ts:410:14 › should produce screencast frames crop @webkit-macos-15-xlarge
⚠️ [webkit-library] › library/tracing.spec.ts:410:14 › should produce screencast frames scale @webkit-macos-15-xlarge
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:721:7 › cli codegen › should unselect with multiple attribute @webkit-windows-latest

238945 passed, 9481 skipped
✔️✔️✔️

Merge workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants