Skip to content

Custom Views: Remove the experiment (#72123) #133177

Custom Views: Remove the experiment (#72123)

Custom Views: Remove the experiment (#72123) #133177

Triggered via push October 7, 2025 09:23
Status Success
Total duration 28m 6s
Artifacts 2

end2end-test.yml

on: push
Matrix: e2e-playwright
Merge Artifacts
7s
Merge Artifacts
Report to GitHub
4m 19s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

7 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/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/editor/various/block-hierarchy-navigation.spec.js:190:2 › Navigating the block hierarchy › should select the wrapper div for a group: test/e2e/specs/editor/various/block-hierarchy-navigation.spec.js#L216
1) [chromium] › test/e2e/specs/editor/various/block-hierarchy-navigation.spec.js:190:2 › Navigating the block hierarchy › should select the wrapper div for a group › Expect "poll toMatchObject" Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 @@ -6,11 +6,11 @@ "content": "just a paragraph", }, "name": "core/paragraph", }, Object { - "name": "core/spacer", + "name": "core/separator", }, ], "name": "core/group", }, ] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 214 | 215 | // Verify group block contents. > 216 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 217 | { 218 | name: 'core/group', 219 | innerBlocks: [ at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-hierarchy-navigation.spec.js:216:3
Report to GitHub
HttpError: Resource not accessible by integration
🎭 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 197 passed (8.0m)
🎭 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
219 passed (9.0m)
🎭 Playwright Run Summary
220 passed (8.2m)
🎭 Playwright Run Summary
1 flaky [chromium] › test/e2e/specs/editor/various/block-hierarchy-navigation.spec.js:190:2 › Navigating the block hierarchy › should select the wrapper div for a group 1 skipped 226 passed (9.2m)
🎭 Playwright Run Summary
3 skipped 189 passed (10.3m)
🎭 Playwright Run Summary
1 skipped 226 passed (14.5m)

Artifacts

Produced during runtime
Name Size Digest
failures-artifacts
13.2 MB
sha256:f01b7487a5e2428782d78876b17f8b6d706fe23248421bed51821836d88be983
flaky-tests-report
6.12 KB
sha256:e910ff198412baedd7a983cce0a6b86f6cb66bc5a67df440e67d99ed071b18d8