Skip to content

chore: support macOS 26 Tahoe#40136

Open
yury-s wants to merge 1 commit intomicrosoft:mainfrom
yury-s:chore-mac26-tahoe
Open

chore: support macOS 26 Tahoe#40136
yury-s wants to merge 1 commit intomicrosoft:mainfrom
yury-s:chore-mac26-tahoe

Conversation

@yury-s
Copy link
Copy Markdown
Member

@yury-s yury-s commented Apr 9, 2026

Summary

  • Add mac26/mac26-arm64 to HostPlatform and detect Darwin 25 → macOS 26 (Apple jumped from macOS 15 Sequoia straight to macOS 26 Tahoe).
  • List mac26/mac26-arm64 explicitly in the download registry for all browsers and tools.
  • Bump the WebKit headed toolbar height for macOS 26 (the toolbar got taller in Tahoe) and relax per-frame size assertions in the screencast tracing tests to soft expects.
  • Update the macVersion() test fixture so it returns 26 on Tahoe instead of 16.

Fixes the following tests in headed mode on macOS 26:

  • tests/library/screencast.spec.tsscreencast.start delivers frames via onFrame callback
  • tests/library/tracing.spec.tsshould produce screencast frames {fit,crop,scale}
  • tests/library/video.spec.tsscreencastshould capture static page
  • tests/library/video.spec.tsscreencastshould continue recording main page after popup closes
  • tests/library/video.spec.tsscreencastshould work for popups
  • tests/library/video.spec.tsscreencastshould capture full viewport
  • tests/library/video.spec.tsscreencastshould capture full viewport on hidpi

Apple jumped from macOS 15 (Sequoia) to macOS 26 (Tahoe), reported by
os.release() as Darwin 25.x.x. List mac26/mac26-arm64 explicitly in the
host platform detection and download registry, and update the test
fixture's macVersion() helper accordingly.

Also adjust the WebKit headed toolbar height for macOS 26 (the toolbar
got taller in Tahoe) and relax per-frame size assertions in the
screencast tracing tests to soft expects so the tests pass on Tahoe.
@yury-s yury-s force-pushed the chore-mac26-tahoe branch from 45237af to 5ffc24e Compare April 9, 2026 23:50
@yury-s yury-s added the CQ1 label Apr 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Test results for "tests 1"

5 flaky ⚠️ [chromium-library] › library/popup.spec.ts:261 › should not throw when click closes popup `@chromium-ubuntu-22.04-arm-node20`
⚠️ [chromium-library] › library/video.spec.ts:481 › screencast › should capture static page in persistent context @smoke `@chromium-ubuntu-22.04-node24`
⚠️ [chromium-library] › library/video.spec.ts:652 › screencast › should capture full viewport `@chromium-ubuntu-22.04-node24`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-ubuntu-22.04-node20`
⚠️ [webkit-library] › library/video.spec.ts:376 › screencast › should scale frames down to the requested size `@webkit-ubuntu-22.04-node20`

39160 passed, 846 skipped


Merge workflow run.

@github-actions
Copy link
Copy Markdown
Contributor

Test results for "MCP"

2 failed
❌ [chrome] › mcp/dashboard.spec.ts:26 › should show browser session chip @mcp-windows-latest
❌ [firefox] › mcp/tracing.spec.ts:54 › check that trace is saved with browser_start_tracing (no output dir) @mcp-windows-latest

6466 passed, 383 skipped


Merge workflow run.

@github-actions
Copy link
Copy Markdown
Contributor

Test results for "tests others"

2 fatal errors, not part of any test

1 interrupted ⚠️ [electron-page] › page/page-keyboard.spec.ts:475 › should dispatch a click event on a button when Space gets pressed `@electron-macos-latest`

17308 passed, 618 skipped, 772 did not run


Merge workflow run.

@github-actions
Copy link
Copy Markdown
Contributor

Test results for "tests 2"

34 fatal errors, not part of any test
356 failed
❌ [chromium-library] › library/page-event-crash.spec.ts:40 › should emit crash event when page crashes @chromium-headed-ubuntu-24.04
❌ [chromium-library] › library/page-event-crash.spec.ts:47 › should throw on any action after page crashes @chromium-headed-ubuntu-24.04
❌ [chromium-library] › library/page-event-crash.spec.ts:60 › should cancel waitForEvent when page crashes @chromium-headed-ubuntu-24.04
❌ [chromium-library] › library/page-event-crash.spec.ts:68 › should cancel navigation when page crashes @chromium-headed-ubuntu-24.04
❌ [chromium-library] › library/page-event-crash.spec.ts:78 › should be able to close context when page crashes @chromium-headed-ubuntu-24.04
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:53 › cli codegen › should double click @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:94 › cli codegen › should click twice @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:119 › cli codegen › should type after clicking twice @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:147 › cli codegen › should ignore programmatic events @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:167 › cli codegen › should click after same-document navigation @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:197 › cli codegen › should make a positioned click on a canvas @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:383 › cli codegen › should fill textarea @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:400 › cli codegen › should fill textarea with new lines at the end @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:415 › cli codegen › should fill [contentEditable] @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:512 › cli codegen › should record ArrowDown @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:534 › cli codegen › should emit single keyup on ArrowDown @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:559 › cli codegen › should check @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:591 › cli codegen › should check a radio button @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:610 › cli codegen › should check with keyboard @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:651 › cli codegen › should uncheck @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:757 › cli codegen › should await popup @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:817 › cli codegen › should attribute navigation to click @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:950 › cli codegen › should middle click @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:982 › cli codegen › should record slider @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1022 › cli codegen › should click button with nested div @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1054 › cli codegen › should record omnibox navigations after performAction @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1087 › cli codegen › should clear when recording is disabled @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:89 › cli codegen › should not lead to an error if html gets clicked @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:105 › cli codegen › should upload a single file @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:165 › cli codegen › should clear files @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:246 › cli codegen › should handle dialogs @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:294 › cli codegen › should handle history.postData @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:310 › cli codegen › should record open in a new tab with url @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:340 › cli codegen › should not clash pages @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:401 › cli codegen › should reset hover model on action when element detaches @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:412 › cli codegen › should update active model on action @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:424 › cli codegen › should check input with chaining id @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:497 › cli codegen › should auto-generate toBeVisible @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:23 › cli codegen › should click locator.first @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:224 › cli codegen › should generate frame locators (4) @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:308 › cli codegen › should generate frame locators with special characters in name attribute @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:432 › cli codegen › should generate frame locators with testId @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:464 › cli codegen › should generate role locators undef frame locators @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:490 › cli codegen › should generate getByTestId @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:580 › cli codegen › should generate getByLabel @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:716 › cli codegen › should generate hover action @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:756 › cli codegen › should assert value @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:884 › cli codegen › should display inline svg icons on text assertion dialog inside iframe @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:979 › cli codegen › should record when manual popover with fullscreen backdrop is open @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-aria.spec.ts:41 › should generate regex in aria snapshot @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-aria.spec.ts:155 › should generate valid javascript with multiline snapshot assertion @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-pick-locator.spec.ts:21 › should inspect locator @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-pick-locator.spec.ts:33 › should update locator highlight @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:48 › should collapse log entries to a single line @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:74 › pause › should pause and resume the script @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:84 › pause › should pause and resume the script with keyboard shortcut @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:106 › pause › should pause after a navigation @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:117 › pause › should show source @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:135 › pause › should pause on next pause @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:151 › pause › should step @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:169 › pause › should disable timeout on paused actions @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:188 › pause › should step with keyboard shortcut @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:207 › pause › should highlight pointer, only in main frame @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:249 › pause › should skip input when resuming @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:265 › pause › should populate log @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:312 › pause › should show expect.toHaveText @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:335 › pause › should highlight waitForEvent @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:353 › pause › should populate log with waitForEvent @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:378 › pause › should populate log with error @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:398 › pause › should populate log with error in waitForEvent @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:424 › pause › should pause on page close @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:437 › pause › should pause on context close @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:451 › pause › should highlight on explore @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:474 › pause › should highlight on explore (csharp) @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:496 › pause › should not prevent key events @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:537 › pause › should highlight locators with custom testId @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:557 › pause › should record from debugger @tracing-chromium
❌ [chromium-library] › library/inspector/title.spec.ts:61 › should render primary language @tracing-chromium
❌ [chromium-library] › library/page-event-crash.spec.ts:40 › should emit crash event when page crashes @chromium-ubuntu-24.04
❌ [chromium-library] › library/page-event-crash.spec.ts:47 › should throw on any action after page crashes @chromium-ubuntu-24.04
❌ [chromium-library] › library/page-event-crash.spec.ts:60 › should cancel waitForEvent when page crashes @chromium-ubuntu-24.04
❌ [chromium-library] › library/page-event-crash.spec.ts:68 › should cancel navigation when page crashes @chromium-ubuntu-24.04
❌ [chromium-library] › library/page-event-crash.spec.ts:78 › should be able to close context when page crashes @chromium-ubuntu-24.04
❌ [chromium-library] › library/page-event-crash.spec.ts:40 › should emit crash event when page crashes @channel-chromium-ubuntu-latest
❌ [chromium-library] › library/page-event-crash.spec.ts:47 › should throw on any action after page crashes @channel-chromium-ubuntu-latest
❌ [chromium-library] › library/page-event-crash.spec.ts:60 › should cancel waitForEvent when page crashes @channel-chromium-ubuntu-latest
❌ [chromium-library] › library/page-event-crash.spec.ts:68 › should cancel navigation when page crashes @channel-chromium-ubuntu-latest
❌ [chromium-library] › library/page-event-crash.spec.ts:78 › should be able to close context when page crashes @channel-chromium-ubuntu-latest
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:53 › cli codegen › should double click @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:94 › cli codegen › should click twice @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:119 › cli codegen › should type after clicking twice @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:167 › cli codegen › should click after same-document navigation @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:197 › cli codegen › should make a positioned click on a canvas @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:400 › cli codegen › should fill textarea with new lines at the end @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:415 › cli codegen › should fill [contentEditable] @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:432 › cli codegen › should press @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:466 › cli codegen › should update selected element after pressing Tab @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:512 › cli codegen › should record ArrowDown @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:591 › cli codegen › should check a radio button @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:610 › cli codegen › should check with keyboard @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:651 › cli codegen › should uncheck @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:716 › cli codegen › should select with size attribute @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:757 › cli codegen › should await popup @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:817 › cli codegen › should attribute navigation to click @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:872 › cli codegen › should attribute navigation to press/fill @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:936 › cli codegen › should ignore AltGraph @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:950 › cli codegen › should middle click @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:982 › cli codegen › should record slider @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1022 › cli codegen › should click button with nested div @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1054 › cli codegen › should record omnibox navigations after performAction @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1067 › cli codegen › should record omnibox navigations after recordAction @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1087 › cli codegen › should clear when recording is disabled @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:42 › cli codegen › should contain second page @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:65 › cli codegen › should contain close page @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:165 › cli codegen › should clear files @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:246 › cli codegen › should handle dialogs @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:483 › cli codegen › should --test-id-attribute @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:23 › cli codegen › should click locator.first @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:72 › cli codegen › should click locator.nth @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:107 › cli codegen › should generate frame locators (1) @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:185 › cli codegen › should generate frame locators (3) @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:224 › cli codegen › should generate frame locators (4) @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:308 › cli codegen › should generate frame locators with special characters in name attribute @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:368 › cli codegen › should generate frame locators with name attribute @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:400 › cli codegen › should generate frame locators with id attribute @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:432 › cli codegen › should generate frame locators with testId @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:609 › cli codegen › should generate getByLabel without regex @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:638 › cli codegen › should consume pointer events @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:716 › cli codegen › should generate hover action @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:756 › cli codegen › should assert value @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:803 › cli codegen › should assert value on disabled input @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:828 › cli codegen › should assert value on disabled select @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:849 › cli codegen › should assert visibility @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:947 › cli codegen › should record when top layer popover inside shadow DOM is open @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:979 › cli codegen › should record when manual popover with fullscreen backdrop is open @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:1036 › cli codegen › should record when fullscreen element is open @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-aria.spec.ts:21 › should generate aria snapshot @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-aria.spec.ts:61 › should generate regex for uuid in aria snapshot @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-aria.spec.ts:74 › should inspect aria snapshot @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/console-api.spec.ts:92 › should support playwright.getBy* @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:48 › should collapse log entries to a single line @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:74 › pause › should pause and resume the script @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:84 › pause › should pause and resume the script with keyboard shortcut @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:106 › pause › should pause after a navigation @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:117 › pause › should show source @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:135 › pause › should pause on next pause @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:151 › pause › should step @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:169 › pause › should disable timeout on paused actions @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:188 › pause › should step with keyboard shortcut @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:207 › pause › should highlight pointer, only in main frame @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:249 › pause › should skip input when resuming @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:265 › pause › should populate log @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:312 › pause › should show expect.toHaveText @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:335 › pause › should highlight waitForEvent @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:353 › pause › should populate log with waitForEvent @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:378 › pause › should populate log with error @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:398 › pause › should populate log with error in waitForEvent @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:424 › pause › should pause on page close @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:437 › pause › should pause on context close @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:451 › pause › should highlight on explore @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:474 › pause › should highlight on explore (csharp) @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:496 › pause › should not prevent key events @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:537 › pause › should highlight locators with custom testId @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:557 › pause › should record from debugger @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/downloads-path.spec.ts:91 › downloads path › should accept downloads in persistent context @msedge-beta-macos-latest
❌ [chromium-library] › library/permissions.spec.ts:253 › should be able to use the local-fonts API @chrome-macos-latest
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:319 › cli codegen › should fill @tracing-firefox
❌ [firefox-library] › library/inspector/cli-codegen-3.spec.ts:927 › cli codegen › should record when top layer popover is open @tracing-firefox
❌ [firefox-library] › library/inspector/console-api.spec.ts:36 › should support playwright.$, playwright.$$ @tracing-firefox
❌ [firefox-library] › library/inspector/console-api.spec.ts:43 › should support playwright.selector @tracing-firefox
❌ [firefox-library] › library/inspector/console-api.spec.ts:87 › should support locator.or() @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:48 › should collapse log entries to a single line @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:74 › pause › should pause and resume the script @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:95 › pause › should resume from console @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:106 › pause › should pause after a navigation @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:117 › pause › should show source @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:151 › pause › should step @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:188 › pause › should step with keyboard shortcut @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:207 › pause › should highlight pointer, only in main frame @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:335 › pause › should highlight waitForEvent @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:378 › pause › should populate log with error @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:398 › pause › should populate log with error in waitForEvent @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:424 › pause › should pause on page close @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:451 › pause › should highlight on explore @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:496 › pause › should not prevent key events @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:537 › pause › should highlight locators with custom testId @tracing-firefox
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:21 › cli codegen › should click @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:53 › cli codegen › should double click @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:94 › cli codegen › should click twice @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:119 › cli codegen › should type after clicking twice @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:147 › cli codegen › should ignore programmatic events @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:167 › cli codegen › should click after same-document navigation @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:197 › cli codegen › should make a positioned click on a canvas @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:250 › cli codegen › should work with TrustedTypes @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:288 › cli codegen › should not target selector preview by text regexp @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:319 › cli codegen › should fill @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:349 › cli codegen › should fill japanese text @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:400 › cli codegen › should fill textarea with new lines at the end @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:415 › cli codegen › should fill [contentEditable] @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:432 › cli codegen › should press @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:466 › cli codegen › should update selected element after pressing Tab @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:512 › cli codegen › should record ArrowDown @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:559 › cli codegen › should check @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:629 › cli codegen › should check with keyboard after hover @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:651 › cli codegen › should uncheck @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:683 › cli codegen › should select @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:716 › cli codegen › should select with size attribute @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:757 › cli codegen › should await popup @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:817 › cli codegen › should attribute navigation to click @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:872 › cli codegen › should attribute navigation to press/fill @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:936 › cli codegen › should ignore AltGraph @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:950 › cli codegen › should middle click @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:982 › cli codegen › should record slider @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:1054 › cli codegen › should record omnibox navigations after performAction @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:1067 › cli codegen › should record omnibox navigations after recordAction @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:1087 › cli codegen › should clear when recording is disabled @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:20 › cli codegen › should contain open page @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:42 › cli codegen › should contain second page @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:65 › cli codegen › should contain close page @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:165 › cli codegen › should clear files @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:246 › cli codegen › should handle dialogs @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:294 › cli codegen › should handle history.postData @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:310 › cli codegen › should record open in a new tab with url @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:340 › cli codegen › should not clash pages @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:377 › cli codegen › click should emit events in order @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:424 › cli codegen › should check input with chaining id @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:483 › cli codegen › should --test-id-attribute @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:497 › cli codegen › should auto-generate toBeVisible @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:23 › cli codegen › should click locator.first @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:72 › cli codegen › should click locator.nth @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:107 › cli codegen › should generate frame locators (1) @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:146 › cli codegen › should generate frame locators (2) @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:185 › cli codegen › should generate frame locators (3) @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:224 › cli codegen › should generate frame locators (4) @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:308 › cli codegen › should generate frame locators with special characters in name attribute @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:336 › cli codegen › should generate frame locators with title attribute @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:368 › cli codegen › should generate frame locators with name attribute @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:400 › cli codegen › should generate frame locators with id attribute @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:432 › cli codegen › should generate frame locators with testId @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:464 › cli codegen › should generate role locators undef frame locators @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:490 › cli codegen › should generate getByTestId @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:551 › cli codegen › should generate getByAltText @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:580 › cli codegen › should generate getByLabel @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:609 › cli codegen › should generate getByLabel without regex @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:638 › cli codegen › should consume pointer events @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:716 › cli codegen › should generate hover action @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:756 › cli codegen › should assert value @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:803 › cli codegen › should assert value on disabled input @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:828 › cli codegen › should assert value on disabled select @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:849 › cli codegen › should assert visibility @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:884 › cli codegen › should display inline svg icons on text assertion dialog inside iframe @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:897 › cli codegen › should keep dialog open when clicking inside @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:947 › cli codegen › should record when top layer popover inside shadow DOM is open @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:979 › cli codegen › should record when manual popover with fullscreen backdrop is open @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:1036 › cli codegen › should record when fullscreen element is open @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-aria.spec.ts:41 › should generate regex in aria snapshot @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-aria.spec.ts:61 › should generate regex for uuid in aria snapshot @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-aria.spec.ts:74 › should inspect aria snapshot @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-aria.spec.ts:87 › should update aria snapshot highlight @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-aria.spec.ts:131 › should show aria snapshot error @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-aria.spec.ts:155 › should generate valid javascript with multiline snapshot assertion @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-pick-locator.spec.ts:21 › should inspect locator @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-pick-locator.spec.ts:33 › should update locator highlight @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:48 › should collapse log entries to a single line @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:74 › pause › should pause and resume the script @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:84 › pause › should pause and resume the script with keyboard shortcut @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:106 › pause › should pause after a navigation @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:117 › pause › should show source @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:135 › pause › should pause on next pause @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:151 › pause › should step @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:169 › pause › should disable timeout on paused actions @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:188 › pause › should step with keyboard shortcut @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:207 › pause › should highlight pointer, only in main frame @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:249 › pause › should skip input when resuming @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:265 › pause › should populate log @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:312 › pause › should show expect.toHaveText @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:335 › pause › should highlight waitForEvent @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:353 › pause › should populate log with waitForEvent @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:378 › pause › should populate log with error @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:398 › pause › should populate log with error in waitForEvent @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:424 › pause › should pause on page close @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:451 › pause › should highlight on explore @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:474 › pause › should highlight on explore (csharp) @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:496 › pause › should not prevent key events @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:537 › pause › should highlight locators with custom testId @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:557 › pause › should record from debugger @tracing-webkit
❌ [webkit-library] › library/inspector/title.spec.ts:35 › should update primary page URL when original primary closes @tracing-webkit
❌ [webkit-library] › library/browsercontext-add-init-script.spec.ts:45 › should work without navigation in popup @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-add-init-script.spec.ts:89 › init script should run only once in popup @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-basic.spec.ts:72 › window.open should use parent tab context @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-basic.spec.ts:351 › should emulate media in popup @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-events.spec.ts:41 › console event should work in popup @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-events.spec.ts:55 › console event should work in popup 2 @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-events.spec.ts:72 › console event should work in immediately closed popup @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-events.spec.ts:103 › dialog event should work in popup @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-events.spec.ts:120 › dialog event should work in popup 2 @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-events.spec.ts:135 › dialog event should work in immediately closed popup @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-events.spec.ts:154 › dialog event should work with inline script tag @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-locale.spec.ts:74 › should format number in popups @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-locale.spec.ts:89 › should affect navigator.language in popups @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-locale.spec.ts:103 › should work for multiple pages sharing same process @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-network-event.spec.ts:21 › BrowserContext.Events.Request @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-network-event.spec.ts:40 › BrowserContext.Events.Response @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-page-event.spec.ts:20 › should have url @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-page-event.spec.ts:31 › should have url after domcontentloaded @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-page-event.spec.ts:43 › should have about:blank url with domcontentloaded @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-page-event.spec.ts:55 › should have about:blank for empty url with domcontentloaded @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-page-event.spec.ts:67 › should report when a new page is created and closed @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-page-event.spec.ts:94 › should report initialized pages @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-page-event.spec.ts:109 › should not crash while redirecting of original request was missed @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-page-event.spec.ts:129 › should have an opener @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-timezone-id.spec.ts:73 › should work for multiple pages sharing same process @webkit-headed-macos-latest
❌ [webkit-library] › library/capabilities.spec.ts:83 › should play webm video @smoke @webkit-headed-macos-latest
❌ [webkit-library] › library/channels.spec.ts:40 › should scope context handles @webkit-headed-macos-latest
❌ [webkit-library] › library/channels.spec.ts:139 › should scope browser handles @webkit-headed-macos-latest
❌ [webkit-library] › library/channels.spec.ts:184 › should not generate dispatchers for subresources w/o listeners @webkit-headed-macos-latest
❌ [webkit-library] › library/channels.spec.ts:224 › should work with the domain module @webkit-headed-macos-latest
❌ [webkit-library] › library/channels.spec.ts:255 › exposeFunction should not leak @webkit-headed-macos-latest
❌ [webkit-library] › library/debug-controller.spec.ts:85 › should pick element @webkit-headed-macos-latest
❌ [webkit-library] › library/debug-controller.spec.ts:116 › should report pages @webkit-headed-macos-latest
❌ [webkit-library] › library/debug-controller.spec.ts:144 › should reset for reuse @webkit-headed-macos-latest
❌ [webkit-library] › library/debug-controller.spec.ts:162 › should highlight all @webkit-headed-macos-latest
❌ [webkit-library] › library/emulation-focus.spec.ts:32 › should focus popups by default @webkit-headed-macos-latest
❌ [webkit-library] › library/geolocation.spec.ts:162 › should use context options for popup @webkit-headed-macos-latest
❌ [webkit-library] › library/har.spec.ts:542 › should have popup requests @webkit-headed-macos-latest
❌ [webkit-library] › library/page-clock.spec.ts:298 › popup › should tick after popup @webkit-headed-macos-latest
❌ [webkit-library] › library/page-clock.spec.ts:313 › popup › should tick before popup @webkit-headed-macos-latest
❌ [webkit-library] › library/page-clock.spec.ts:327 › popup › should run time before popup @webkit-headed-macos-latest
❌ [webkit-library] › library/page-clock.spec.ts:343 › popup › should not run time before popup on pause @webkit-headed-macos-latest
❌ [webkit-library] › library/page-close.spec.ts:100 › should return null if parent page has been closed @webkit-headed-macos-latest
❌ [webkit-library] › library/page-close.spec.ts:152 › should not treat navigations as new popups @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:20 › should inherit user agent from browser context @smoke @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:42 › should respect routes from browser context @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:60 › should inherit extra headers from browser context @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:73 › should inherit offline from browser context @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:86 › should inherit http credentials from browser context @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:102 › should inherit touch support from browser context @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:118 › should inherit viewport size from browser context @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:132 › should use viewport size from window features @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:161 › should respect routes from browser context when using window.open @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:178 › BrowserContext.addInitScript should apply to an in-process popup @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:191 › BrowserContext.addInitScript should apply to a cross-process popup @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:206 › should expose function from browser context @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:225 › should not dispatch binding on a closed page @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:248 › should not throttle rAF in the opener page @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:261 › should not throw when click closes popup @webkit-headed-macos-latest
❌ [webkit-library] › library/video.spec.ts:138 › screencast › should continue recording main page after popup closes @webkit-headed-macos-latest
❌ [webkit-library] › library/video.spec.ts:259 › screencast › should expose video path blank popup @webkit-headed-macos-latest
❌ [webkit-library] › library/video.spec.ts:342 › screencast › should work for popups @webkit-headed-macos-latest
❌ [webkit-library] › library/video.spec.ts:376 › screencast › should scale frames down to the requested size @webkit-headed-macos-latest
❌ [webkit-library] › library/video.spec.ts:425 › screencast › should use viewport scaled down to fit into 800x800 as default size @webkit-headed-macos-latest
❌ [webkit-library] › library/video.spec.ts:444 › screencast › should be 800x450 by default @webkit-headed-macos-latest
❌ [webkit-library] › library/video.spec.ts:461 › screencast › should be 800x600 with null viewport @webkit-headed-macos-latest
❌ [webkit-library] › library/video.spec.ts:510 › screencast › should emulate an iphone @webkit-headed-macos-latest
❌ [webkit-library] › library/video.spec.ts:531 › screencast › should throw on browser close @webkit-headed-macos-latest

244 flaky ⚠️ [chromium-library] › library/popup.spec.ts:261 › should not throw when click closes popup `@msedge-beta-ubuntu-22.04`
⚠️ [chromium-library] › library/headful.spec.ts:235 › should click in OOPIF `@chromium-headed-ubuntu-24.04`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:21 › cli codegen › should click `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:250 › cli codegen › should work with TrustedTypes `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:288 › cli codegen › should not target selector preview by text regexp `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:432 › cli codegen › should press `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:683 › cli codegen › should select `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1067 › cli codegen › should record omnibox navigations after recordAction `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:20 › cli codegen › should contain open page `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:195 › cli codegen › should download files `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:377 › cli codegen › click should emit events in order `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:433 › cli codegen › should record navigations after identical pushState `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:452 › cli codegen › should fill tricky characters `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:72 › cli codegen › should click locator.nth `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:146 › cli codegen › should generate frame locators (2) `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:336 › cli codegen › should generate frame locators with title attribute `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:368 › cli codegen › should generate frame locators with name attribute `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:522 › cli codegen › should generate getByPlaceholder `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:609 › cli codegen › should generate getByLabel without regex `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:638 › cli codegen › should consume pointer events `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:828 › cli codegen › should assert value on disabled select `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:867 › cli codegen › should keep toolbar visible even if webpage erases content in hydration `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:897 › cli codegen › should keep dialog open when clicking inside `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:927 › cli codegen › should record when top layer popover is open `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:1036 › cli codegen › should record when fullscreen element is open `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/title.spec.ts:19 › should reflect formatted URL of the page `@tracing-chromium`
⚠️ [chromium-library] › library/browsertype-connect.spec.ts:251 › launchServer › should send default User-Agent and X-Playwright-Browser headers with connect request `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/chromium/connect-over-cdp.spec.ts:380 › should return valid browser from context.browser() `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/client-certificates.spec.ts:833 › browser › persistentContext › should pass with matching certificates `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/inspector/recorder-api.spec.ts:49 › should click `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/selector-generator.spec.ts:46 › selector generator › should prefer button over inner span `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/selector-generator.spec.ts:620 › selector generator › should generate multiple: noId `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/video.spec.ts:481 › screencast › should capture static page in persistent context @smoke `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/browsertype-connect.spec.ts:173 › launchServer › should ignore page.pause when headed `@chromium-macos-26-large`
⚠️ [chromium-library] › library/browsertype-connect.spec.ts:723 › run-server › should upload large file `@chromium-macos-26-large`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:195 › should filter actions by text `@chromium-macos-26-large`
⚠️ [chromium-library] › library/browsercontext-pages.spec.ts:35 › frame.focus should work multiple times `@chromium-tip-of-tree-macos-15--headed`
⚠️ [chromium-library] › library/chromium/extensions.spec.ts:45 › MV3 › should support service worker stop and restart lifecycle `@chromium-tip-of-tree-macos-15--headed`
⚠️ [chromium-page] › page/page-event-console.spec.ts:254 › should have timestamp in consoleMessages `@chromium-tip-of-tree-windows-latest`
⚠️ [chromium-library] › library/video.spec.ts:687 › screencast › should capture full viewport on hidpi `@chromium-tip-of-tree-macos-15`
⚠️ [chromium-library] › library/browsercontext-basic.spec.ts:392 › should create two pages in parallel in various contexts `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/browsercontext-proxy.spec.ts:103 › should set cookie for top-level domain `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/signals.spec.ts:25 › should close the browser when the node process closes `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/popup.spec.ts:261 › should not throw when click closes popup `@channel-chromium-ubuntu-latest`
⚠️ [chromium-page] › page/page-request-continue.spec.ts:754 › propagate headers cross origin redirect after interception `@channel-chromium-ubuntu-latest`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:195 › should filter actions by text `@chromium-tip-of-tree-windows-latest--headed`
⚠️ [chromium-library] › library/video.spec.ts:481 › screencast › should capture static page in persistent context @smoke `@chromium-tip-of-tree-windows-latest--headed`
⚠️ [chromium-library] › library/beforeunload.spec.ts:46 › should close page with beforeunload listener `@msedge-macos-latest`
⚠️ [chromium-library] › library/beforeunload.spec.ts:130 › should support dismissing the dialog multiple times `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-page-event.spec.ts:143 › should fire page lifecycle events `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-proxy.spec.ts:27 › should work when passing the proxy only on the context level `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-proxy.spec.ts:330 › should exclude patterns `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:203 › should capture cookies `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-timezone-id.spec.ts:50 › should throw for invalid timezone IDs when creating pages `@msedge-macos-latest`
⚠️ [chromium-library] › library/chromium/connect-over-cdp.spec.ts:47 › should use logger in default context `@msedge-macos-latest`
⚠️ [chromium-library] › library/chromium/connect-over-cdp.spec.ts:184 › should connect to existing service workers `@msedge-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:56 › should reject all promises when page is closed `@msedge-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:118 › page.close should work with window.close `@msedge-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:124 › should not throw UnhandledPromiseRejection when page closes `@msedge-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:166 › should not result in unhandled rejection `@msedge-macos-latest`
⚠️ [chromium-library] › library/route-web-socket.spec.ts:494 › should not throw after page closure `@msedge-macos-latest`
⚠️ [chromium-library] › library/shared-worker.spec.ts:19 › should survive shared worker restart `@msedge-macos-latest`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1459 › should highlight locator in iframe while typing `@msedge-macos-latest`
⚠️ [chromium-library] › library/tracing.spec.ts:148 › should exclude internal pages `@msedge-macos-latest`
⚠️ [chromium-library] › library/unroute-behavior.spec.ts:293 › route.fulfill should not throw if page has been closed `@msedge-macos-latest`
⚠️ [chromium-library] › library/web-socket.spec.ts:187 › should reject waitForEvent on page close `@msedge-macos-latest`
⚠️ [chromium-library] › library/beforeunload.spec.ts:130 › should support dismissing the dialog multiple times `@channel-chromium-macos-latest`
⚠️ [chromium-library] › library/browsercontext-pages.spec.ts:35 › frame.focus should work multiple times `@channel-chromium-macos-latest`
⚠️ [chromium-library] › library/chromium/extensions.spec.ts:45 › MV3 › should support service worker stop and restart lifecycle `@channel-chromium-macos-latest`
⚠️ [chromium-library] › library/permissions.spec.ts:253 › should be able to use the local-fonts API `@channel-chromium-macos-latest`
⚠️ [chromium-library] › library/beforeunload.spec.ts:46 › should close page with beforeunload listener `@msedge-windows-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:203 › should capture cookies `@msedge-windows-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:124 › should not throw UnhandledPromiseRejection when page closes `@msedge-windows-latest`
⚠️ [chromium-library] › library/popup.spec.ts:261 › should not throw when click closes popup `@chromium-headed-macos-latest`
⚠️ [chromium-page] › page/page-network-request.spec.ts:478 › should not allow to access frame on popup main request `@chromium-headed-macos-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:21 › cli codegen › should click `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:147 › cli codegen › should ignore programmatic events `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:288 › cli codegen › should not target selector preview by text regexp `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:319 › cli codegen › should fill `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:349 › cli codegen › should fill japanese text `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:383 › cli codegen › should fill textarea `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:534 › cli codegen › should emit single keyup on ArrowDown `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:135 › cli codegen › should upload multiple files `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:195 › cli codegen › should download files `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:294 › cli codegen › should handle history.postData `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:310 › cli codegen › should record open in a new tab with url `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:377 › cli codegen › click should emit events in order `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:401 › cli codegen › should reset hover model on action when element detaches `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:412 › cli codegen › should update active model on action `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:424 › cli codegen › should check input with chaining id `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:452 › cli codegen › should fill tricky characters `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:497 › cli codegen › should auto-generate toBeVisible `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:146 › cli codegen › should generate frame locators (2) `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:464 › cli codegen › should generate role locators undef frame locators `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:522 › cli codegen › should generate getByPlaceholder `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:580 › cli codegen › should generate getByLabel `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:670 › cli codegen › should consume contextmenu events, despite a custom context menu `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:867 › cli codegen › should keep toolbar visible even if webpage erases content in hydration `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:897 › cli codegen › should keep dialog open when clicking inside `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-aria.spec.ts:41 › should generate regex in aria snapshot `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-aria.spec.ts:87 › should update aria snapshot highlight `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-aria.spec.ts:131 › should show aria snapshot error `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-aria.spec.ts:155 › should generate valid javascript with multiline snapshot assertion `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-pick-locator.spec.ts:21 › should inspect locator `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-pick-locator.spec.ts:33 › should update locator highlight `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/console-api.spec.ts:36 › should support playwright.$, playwright.$$ `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/console-a... 20255 more characters

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