Skip to content

Add Boundary Mode to visualize block boundaries #125360

Add Boundary Mode to visualize block boundaries

Add Boundary Mode to visualize block boundaries #125360

Triggered via pull request March 3, 2025 10:23
Status Failure
Total duration 17m 59s
Artifacts 2

end2end-test.yml

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

Annotations

5 errors and 8 notices
[chromium] › editor/various/typewriter.spec.js:187:2 › Typewriter › should scroll caret into view from the top: test/e2e/specs/editor/various/typewriter.spec.js#L273
1) [chromium] › editor/various/typewriter.spec.js:187:2 › Typewriter › should scroll caret into view from the top Error: expect(received).toBeGreaterThan(expected) Expected: > 5.59375 Received: 5.59375 271 | const newTopPosition = await typewriterUtils.getCaretPosition(); 272 | > 273 | expect( newTopPosition ).toBeGreaterThan( topPosition ); | ^ 274 | 275 | // Should maintain new caret position. 276 | await page.keyboard.press( 'Enter' ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/typewriter.spec.js:273:28
[chromium] › editor/blocks/comments.spec.js:45:2 › Comments › We show no results message if there are no comments: test/e2e/specs/editor/blocks/comments.spec.js#L57
1) [chromium] › editor/blocks/comments.spec.js:45:2 › Comments › We show no results message if there are no comments Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: locator('[name="editor-canvas"]').contentFrame().locator('role=document[name="Block: Comment Template"i]') Expected string: "No results found." Received string: "" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('[name="editor-canvas"]').contentFrame().locator('role=document[name="Block: Comment Template"i]') 9 × locator resolved to <p tabindex="0" role="document" draggable="true" data-title="Comment Template" data-type="core/comment-template" aria-label="Block: Comment Template" id="block-206ee8af-69a3-4216-9863-0ea0e488b9ce" data-block="206ee8af-69a3-4216-9863-0ea0e488b9ce" class="block-editor-block-list__block wp-block wp-block-comment-template">…</p> - unexpected value "" 55 | 'role=document[name="Block: Comment Template"i]' 56 | ) > 57 | ).toContainText( 'No results found.' ); | ^ 58 | } ); 59 | 60 | test( 'Pagination links are working as expected', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:57:5
[chromium] › editor/blocks/comments.spec.js:45:2 › Comments › We show no results message if there are no comments: test/e2e/specs/editor/blocks/comments.spec.js#L57
1) [chromium] › editor/blocks/comments.spec.js:45:2 › Comments › We show no results message if there are no comments Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: locator('[name="editor-canvas"]').contentFrame().locator('role=document[name="Block: Comment Template"i]') Expected string: "No results found." Received string: "" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('[name="editor-canvas"]').contentFrame().locator('role=document[name="Block: Comment Template"i]') 9 × locator resolved to <p tabindex="0" role="document" draggable="true" data-title="Comment Template" data-type="core/comment-template" aria-label="Block: Comment Template" id="block-fe7a6413-100b-4d6a-a0cf-5e4187a478db" data-block="fe7a6413-100b-4d6a-a0cf-5e4187a478db" class="block-editor-block-list__block wp-block wp-block-comment-template">…</p> - unexpected value "" 55 | 'role=document[name="Block: Comment Template"i]' 56 | ) > 57 | ).toContainText( 'No results found.' ); | ^ 58 | } ); 59 | 60 | test( 'Pagination links are working as expected', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:57:5
[chromium] › editor/blocks/comments.spec.js:45:2 › Comments › We show no results message if there are no comments: test/e2e/specs/editor/blocks/comments.spec.js#L57
1) [chromium] › editor/blocks/comments.spec.js:45:2 › Comments › We show no results message if there are no comments Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: locator('[name="editor-canvas"]').contentFrame().locator('role=document[name="Block: Comment Template"i]') Expected string: "No results found." Received string: "" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('[name="editor-canvas"]').contentFrame().locator('role=document[name="Block: Comment Template"i]') 9 × locator resolved to <p tabindex="0" role="document" draggable="true" data-title="Comment Template" data-type="core/comment-template" aria-label="Block: Comment Template" id="block-22c5a090-e55d-45f0-90b7-fdcffb3465e3" data-block="22c5a090-e55d-45f0-90b7-fdcffb3465e3" class="block-editor-block-list__block wp-block wp-block-comment-template">…</p> - unexpected value "" 55 | 'role=document[name="Block: Comment Template"i]' 56 | ) > 57 | ).toContainText( 'No results found.' ); | ^ 58 | } ); 59 | 60 | test( 'Pagination links are working as expected', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:57:5
Playwright - 1
Process completed with exit code 1.
🎭 Playwright Run Summary
2 skipped 203 passed (6.1m)
🎭 Playwright Run Summary
1 skipped 204 passed (8.4m)
🎭 Playwright Run Summary
1 flaky [chromium] › editor/various/typewriter.spec.js:187:2 › Typewriter › should scroll caret into view from the top 1 skipped 200 passed (8.0m)
🎭 Playwright Run Summary
1 skipped 197 passed (8.3m)
🎭 Playwright Run Summary
1 skipped 197 passed (7.9m)
🎭 Playwright Run Summary
1 failed [chromium] › editor/blocks/comments.spec.js:45:2 › Comments › We show no results message if there are no comments 206 passed (9.5m)
🎭 Playwright Run Summary
3 skipped 188 passed (9.8m)
🎭 Playwright Run Summary
1 skipped 208 passed (10.7m)

Artifacts

Produced during runtime
Name Size
failures-artifacts
14.1 MB
flaky-tests-report
1005 Bytes