Skip to content

Block Comments: Make comment thread focusable and improve keyboard navigation #132287

Block Comments: Make comment thread focusable and improve keyboard navigation

Block Comments: Make comment thread focusable and improve keyboard navigation #132287

Triggered via pull request September 25, 2025 11:54
Status Success
Total duration 30m 51s
Artifacts 2

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Merge Artifacts
10s
Merge Artifacts
Report to GitHub
4m 38s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 8 notices
[chromium] › test/e2e/specs/editor/various/list-view.spec.js:337:2 › List View › ensures List View global shortcut works properly: test/e2e/specs/editor/various/list-view.spec.js#L435
1) [chromium] › test/e2e/specs/editor/various/list-view.spec.js:337:2 › List View › ensures List View global shortcut works properly Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeFocused() failed Locator: getByRole('tab', { name: 'Outline' }) Expected: focused Received: inactive Timeout: 5000ms Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for getByRole('tab', { name: 'Outline' }) 9 × locator resolved to <button role="tab" tabindex="-1" type="button" id="tabs-3-outline" aria-selected="false" aria-controls="tabs-3-outline-view" class="block-editor-tabbed-sidebar__tab css-19xrdu3 enfox0g3">…</button> - unexpected value "inactive" 433 | name: 'Outline', 434 | } ); > 435 | await expect( outlineButton ).toBeFocused(); | ^ 436 | await page.keyboard.press( 'Enter' ); 437 | 438 | // From here, tab in to the editor so focus can be checked on return to at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/list-view.spec.js:435:33
[chromium] › test/e2e/specs/editor/various/list-view.spec.js:337:2 › List View › ensures List View global shortcut works properly: test/e2e/specs/editor/various/list-view.spec.js#L435
1) [chromium] › test/e2e/specs/editor/various/list-view.spec.js:337:2 › List View › ensures List View global shortcut works properly Error: expect(locator).toBeFocused() failed Locator: getByRole('tab', { name: 'Outline' }) Expected: focused Received: inactive Timeout: 5000ms Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for getByRole('tab', { name: 'Outline' }) 9 × locator resolved to <button role="tab" type="button" id="tabs-3-outline" aria-selected="false" data-active-item="true" aria-controls="tabs-3-outline-view" class="block-editor-tabbed-sidebar__tab css-19xrdu3 enfox0g3">…</button> - unexpected value "inactive" 433 | name: 'Outline', 434 | } ); > 435 | await expect( outlineButton ).toBeFocused(); | ^ 436 | await page.keyboard.press( 'Enter' ); 437 | 438 | // From here, tab in to the editor so focus can be checked on return to at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/list-view.spec.js:435:33
[chromium] › test/e2e/specs/interactivity/router-styles.spec.ts:292:6 › Router styles › should refresh the page when stylesheet loading fails: test/e2e/specs/interactivity/router-styles.spec.ts#L308
1) [chromium] › test/e2e/specs/interactivity/router-styles.spec.ts:292:6 › Router styles › should refresh the page when stylesheet loading fails Error: "page.unroute: Test ended." while running route callback. Consider awaiting `await page.unrouteAll({ behavior: 'ignoreErrors' })` before the end of the test to ignore remaining routes in flight. 306 | await page.route( linkPattern, async ( route ) => { 307 | await route.abort( 'failed' ); > 308 | await page.unroute( linkPattern ); | ^ 309 | } ); 310 | 311 | // Navigate to the page with the Red block at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/router-styles.spec.ts:308:15
[chromium] › test/e2e/specs/interactivity/router-styles.spec.ts:292:6 › Router styles › should refresh the page when stylesheet loading fails: test/e2e/specs/interactivity/router-styles.spec.ts#L0
1) [chromium] › test/e2e/specs/interactivity/router-styles.spec.ts:292:6 › Router styles › should refresh the page when stylesheet loading fails Tearing down "page" exceeded the test timeout of 100000ms.
[chromium] › test/e2e/specs/interactivity/router-styles.spec.ts:292:6 › Router styles › should refresh the page when stylesheet loading fails: test/e2e/specs/interactivity/router-styles.spec.ts#L315
1) [chromium] › test/e2e/specs/interactivity/router-styles.spec.ts:292:6 › Router styles › should refresh the page when stylesheet loading fails Error: expect(locator).toHaveCSS(expected) failed Locator: getByTestId('red-from-link') Expected string: "rgb(255, 0, 0)" Received string: "rgb(160, 12, 60)" Timeout: 5000ms Call log: - Expect "toHaveCSS" with timeout 5000ms - waiting for getByTestId('red-from-link') 2 × locator resolved to <p class="red-from-link" data-testid="red-from-link">Red from link</p> - unexpected value "rgb(160, 12, 60)" - waiting for" http://localhost:8889/?p=33&disable_server_directive_processing=true" navigation to finish... 313 | 314 | await expect( csn ).toBeHidden(); > 315 | await expect( red ).toHaveCSS( 'color', COLOR_RED ); | ^ 316 | await expect( redBlock ).toBeVisible(); 317 | } ); 318 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/router-styles.spec.ts:315:23
🎭 Playwright Run Summary
3 skipped 207 passed (6.0m)
🎭 Playwright Run Summary
1 flaky [chromium] › test/e2e/specs/editor/various/list-view.spec.js:337:2 › List View › ensures List View global shortcut works properly 1 skipped 201 passed (8.4m)
🎭 Playwright Run Summary
1 skipped 216 passed (8.4m)
🎭 Playwright Run Summary
1 skipped 213 passed (8.0m)
🎭 Playwright Run Summary
211 passed (9.4m)
🎭 Playwright Run Summary
3 skipped 189 passed (10.9m)
🎭 Playwright Run Summary
215 passed (9.7m)
🎭 Playwright Run Summary
1 flaky [chromium] › test/e2e/specs/interactivity/router-styles.spec.ts:292:6 › Router styles › should refresh the page when stylesheet loading fails 1 skipped 224 passed (16.5m)

Artifacts

Produced during runtime
Name Size Digest
failures-artifacts Expired
4.48 MB
sha256:ad0b11e3fd1b43ef807ee6fdf42db095bf0e8f466635cc0ae4a8710b9f3975c7
flaky-tests-report Expired
2.89 KB
sha256:4e25c337e886e84229ee4a79b613b2c068bb1c1daa249ba5712a14938d2eb540