Skip to content

Update check icon to be optically balanced. #133062

Update check icon to be optically balanced.

Update check icon to be optically balanced. #133062

Triggered via pull request October 6, 2025 11:34
Status Success
Total duration 30m 20s
Artifacts 2

end2end-test.yml

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

Annotations

8 errors and 8 notices
[chromium] › test/e2e/specs/site-editor/template-activate.spec.js:22:2 › Template Activate › should duplicate and activate: test/e2e/specs/site-editor/template-activate.spec.js#L53
1) [chromium] › test/e2e/specs/site-editor/template-activate.spec.js:22:2 › Template Activate › should duplicate and activate TimeoutError: locator.textContent: Timeout 10000ms exceeded. Call log: - waiting for locator('.dataviews-view-grid__card:has-text("Index (Copy)")') 51 | ); 52 | > 53 | expect( await indexCopy.textContent() ).toContain( 'Inactive' ); | ^ 54 | 55 | actionsButton = indexCopy.getByRole( 'button', { 56 | name: 'Actions', at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-activate.spec.js:53:27
[chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:536:3 › Navigation block › Focus management › Deleting items: test/e2e/specs/editor/blocks/navigation.spec.js#L926
4) [chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:536:3 › Navigation block › Focus management › Deleting items Error: expect(locator).toBeVisible() failed Locator: getByRole('listbox', { name: 'Search results' }) Expected: visible Received: <element(s) not found> Timeout: 5000ms Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByRole('listbox', { name: 'Search results' }) 924 | name: 'Search results', 925 | } ) > 926 | ).toBeVisible(); | ^ 927 | 928 | await this.pageUtils.pressKeys( 'ArrowDown' ); 929 | at Navigation.addPage (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:926:5) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:545:4
[chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:479:3 › Navigation block › Focus management › Can add submenu item(custom-link) using the keyboard: test/e2e/specs/editor/blocks/navigation.spec.js#L926
3) [chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:479:3 › Navigation block › Focus management › Can add submenu item(custom-link) using the keyboard Error: expect(locator).toBeVisible() failed Locator: getByRole('listbox', { name: 'Search results' }) Expected: visible Received: <element(s) not found> Timeout: 5000ms Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByRole('listbox', { name: 'Search results' }) 924 | name: 'Search results', 925 | } ) > 926 | ).toBeVisible(); | ^ 927 | 928 | await this.pageUtils.pressKeys( 'ArrowDown' ); 929 | at Navigation.addPage (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:926:5) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:487:4
[chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:408:3 › Navigation block › Focus management › Can add submenu item using the keyboard: test/e2e/specs/editor/blocks/navigation.spec.js#L926
2) [chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:408:3 › Navigation block › Focus management › Can add submenu item using the keyboard Error: expect(locator).toBeVisible() failed Locator: getByRole('listbox', { name: 'Search results' }) Expected: visible Received: <element(s) not found> Timeout: 5000ms Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByRole('listbox', { name: 'Search results' }) 924 | name: 'Search results', 925 | } ) > 926 | ).toBeVisible(); | ^ 927 | 928 | await this.pageUtils.pressKeys( 'ArrowDown' ); 929 | at Navigation.addPage (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:926:5) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:416:4
[chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:361:3 › Navigation block › Focus management › Focus management when creating navigation links: test/e2e/specs/editor/blocks/navigation.spec.js#L926
1) [chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:361:3 › Navigation block › Focus management › Focus management when creating navigation links Error: expect(locator).toBeVisible() failed Locator: getByRole('listbox', { name: 'Search results' }) Expected: visible Received: <element(s) not found> Timeout: 5000ms Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByRole('listbox', { name: 'Search results' }) 924 | name: 'Search results', 925 | } ) > 926 | ).toBeVisible(); | ^ 927 | 928 | await this.pageUtils.pressKeys( 'ArrowDown' ); 929 | at Navigation.addPage (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:926:5) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:371:4
[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
1 flaky [chromium] › test/e2e/specs/site-editor/template-activate.spec.js:22:2 › Template Activate › should duplicate and activate 3 skipped 209 passed (6.1m)
🎭 Playwright Run Summary
1 skipped 223 passed (8.8m)
🎭 Playwright Run Summary
219 passed (8.6m)
🎭 Playwright Run Summary
215 passed (8.2m)
🎭 Playwright Run Summary
4 flaky [chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:361:3 › Navigation block › Focus management › Focus management when creating navigation links [chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:408:3 › Navigation block › Focus management › Can add submenu item using the keyboard [chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:479:3 › Navigation block › Focus management › Can add submenu item(custom-link) using the keyboard [chromium] › test/e2e/specs/editor/blocks/navigation.spec.js:536:3 › Navigation block › Focus management › Deleting items 1 skipped 204 passed (8.4m)
🎭 Playwright Run Summary
1 skipped 202 passed (8.6m)
🎭 Playwright Run Summary
3 skipped 189 passed (10.6m)
🎭 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 225 passed (16.4m)

Artifacts

Produced during runtime
Name Size Digest
failures-artifacts
12.2 MB
sha256:5d5b04b4ab3725424c3adc81eba9f7c3a0fae7da813b483ad493e2cba8b62144
flaky-tests-report
6.47 KB
sha256:156cad1c9a7bb9c77f7431293a0fd96cb34743f63f9cb69bf756e9c33de19ff2