Skip to content

Terms Query: Fix check for selected taxonomy and current template. #133846

Terms Query: Fix check for selected taxonomy and current template.

Terms Query: Fix check for selected taxonomy and current template. #133846

Triggered via pull request October 13, 2025 17:47
Status Success
Total duration 32m 13s
Artifacts 2

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Merge Artifacts
5s
Merge Artifacts
Report to GitHub
4m 58s
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 Error: expect(locator).toContainText(expected) failed Locator: locator('.dataviews-view-grid__card:has-text("Index (Copy)")') Expected string: "Inactive" Received: <element(s) not found> Timeout: 5000ms Call log: - Expect "toContainText" with timeout 5000ms - waiting for locator('.dataviews-view-grid__card:has-text("Index (Copy)")') 51 | ); 52 | > 53 | await expect( indexCopy ).toContainText( '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:29
[chromium] › test/e2e/specs/editor/plugins/inner-blocks-allowed-blocks.spec.js:116:2 › Allowed Blocks Setting on InnerBlocks › correctly applies dynamic allowed blocks restrictions: test/e2e/specs/editor/plugins/inner-blocks-allowed-blocks.spec.js#L129
1) [chromium] › test/e2e/specs/editor/plugins/inner-blocks-allowed-blocks.spec.js:116:2 › Allowed Blocks Setting on InnerBlocks › correctly applies dynamic allowed blocks restrictions Error: expect(locator).toBeVisible() failed Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('button', { name: 'Add block' }) Expected: visible Received: <element(s) not found> Timeout: 5000ms Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('button', { name: 'Add block' }) 127 | name: 'Add block', 128 | } ); > 129 | await expect( blockAppender ).toBeVisible(); | ^ 130 | await blockAppender.click(); 131 | 132 | const blockListBox = page.getByRole( 'listbox', { name: 'Blocks' } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/inner-blocks-allowed-blocks.spec.js:129: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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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=38&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
[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 210 passed (6.4m)
🎭 Playwright Run Summary
1 skipped 195 passed (8.3m)
🎭 Playwright Run Summary
4 skipped 217 passed (8.5m)
🎭 Playwright Run Summary
1 skipped 234 passed (9.5m)
🎭 Playwright Run Summary
1 flaky [chromium] › test/e2e/specs/editor/plugins/inner-blocks-allowed-blocks.spec.js:116:2 › Allowed Blocks Setting on InnerBlocks › correctly applies dynamic allowed blocks restrictions 1 skipped 209 passed (8.6m)
🎭 Playwright Run Summary
219 passed (9.3m)
🎭 Playwright Run Summary
3 skipped 190 passed (10.8m)
🎭 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 (18.9m)

Artifacts

Produced during runtime
Name Size Digest
failures-artifacts
6.8 MB
sha256:3cf83ce5b03eb95cc960c0ea9ccdbdebf9d6288ce53b481a0e2671e4ad4c7248
flaky-tests-report
3.74 KB
sha256:048a86e423f8d04fc5078cdb7d9a089e317eabae28f5fef9bb59c1ba7a98ded1