Skip to content

[Yjs Collab] Reliable sync with the backend #123528

[Yjs Collab] Reliable sync with the backend

[Yjs Collab] Reliable sync with the backend #123528

Triggered via pull request January 9, 2025 17:50
@dmonaddmonad
synchronize #68483
dmonad:y
Status Failure
Total duration 20m 2s
Artifacts 1

end2end-test.yml

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

Annotations

11 errors, 17 warnings, and 8 notices
[chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order: test/e2e/specs/editor/various/navigable-toolbar.spec.js#L192
1) [chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: getByRole('button', { name: 'Paragraph', exact: true }) Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('button', { name: 'Paragraph', exact: true }) 9 × locator resolved to <button id=":ra:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-13" class="components-button components-dropdown-menu__toggle has-icon">…</button> - unexpected value "not focused" 190 | exact: true, 191 | } ); > 192 | await expect( blockToolbarParagraphButton ).toBeFocused(); | ^ 193 | await pageUtils.pressKeys( 'Tab' ); 194 | // check focus is on the block 195 | await BlockToolbarUtils.expectLabelToHaveFocus( 'Block: Paragraph' ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:192:47
[chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order: test/e2e/specs/editor/various/navigable-toolbar.spec.js#L192
1) [chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: getByRole('button', { name: 'Paragraph', exact: true }) Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('button', { name: 'Paragraph', exact: true }) 9 × locator resolved to <button id=":ra:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-13" class="components-button components-dropdown-menu__toggle has-icon">…</button> - unexpected value "not focused" 190 | exact: true, 191 | } ); > 192 | await expect( blockToolbarParagraphButton ).toBeFocused(); | ^ 193 | await pageUtils.pressKeys( 'Tab' ); 194 | // check focus is on the block 195 | await BlockToolbarUtils.expectLabelToHaveFocus( 'Block: Paragraph' ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:192:47
[chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order: test/e2e/specs/editor/various/navigable-toolbar.spec.js#L192
1) [chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: getByRole('button', { name: 'Paragraph', exact: true }) Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('button', { name: 'Paragraph', exact: true }) 9 × locator resolved to <button id=":ra:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-13" class="components-button components-dropdown-menu__toggle has-icon">…</button> - unexpected value "not focused" 190 | exact: true, 191 | } ); > 192 | await expect( blockToolbarParagraphButton ).toBeFocused(); | ^ 193 | await pageUtils.pressKeys( 'Tab' ); 194 | // check focus is on the block 195 | await BlockToolbarUtils.expectLabelToHaveFocus( 'Block: Paragraph' ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:192:47
[chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks: test/e2e/specs/editor/various/navigable-toolbar.spec.js#L267
2) [chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: getByRole('button', { name: 'Paragraph', exact: true }) Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('button', { name: 'Paragraph', exact: true }) 9 × locator resolved to <button id=":r1c:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-32" class="components-button components-dropdown-menu__toggle has-icon">…</button> - unexpected value "not focused" 265 | exact: true, 266 | } ); > 267 | await expect( blockToolbarParagraphButton ).toBeFocused(); | ^ 268 | // Go to Move Up Button 269 | await pageUtils.pressKeys( 'ArrowRight' ); 270 | const blockToolbarMoveUpButton = page.getByRole( 'button', { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:267:47
[chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks: test/e2e/specs/editor/various/navigable-toolbar.spec.js#L267
2) [chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: getByRole('button', { name: 'Paragraph', exact: true }) Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('button', { name: 'Paragraph', exact: true }) 9 × locator resolved to <button id=":r1c:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-32" class="components-button components-dropdown-menu__toggle has-icon">…</button> - unexpected value "not focused" 265 | exact: true, 266 | } ); > 267 | await expect( blockToolbarParagraphButton ).toBeFocused(); | ^ 268 | // Go to Move Up Button 269 | await pageUtils.pressKeys( 'ArrowRight' ); 270 | const blockToolbarMoveUpButton = page.getByRole( 'button', { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:267:47
[chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks: test/e2e/specs/editor/various/navigable-toolbar.spec.js#L267
2) [chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: getByRole('button', { name: 'Paragraph', exact: true }) Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('button', { name: 'Paragraph', exact: true }) 9 × locator resolved to <button id=":r1c:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-32" class="components-button components-dropdown-menu__toggle has-icon">…</button> - unexpected value "not focused" 265 | exact: true, 266 | } ); > 267 | await expect( blockToolbarParagraphButton ).toBeFocused(); | ^ 268 | // Go to Move Up Button 269 | await pageUtils.pressKeys( 'ArrowRight' ); 270 | const blockToolbarMoveUpButton = page.getByRole( 'button', { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:267:47
[chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits: test/e2e/specs/editor/various/patterns.spec.js#L317
3) [chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Back' }) 315 | 316 | // Go back to the post. > 317 | await editorTopBar.getByRole( 'button', { name: 'Back' } ).click(); | ^ 318 | 319 | await editor.selectBlocks( 320 | editor.canvas.getByRole( 'document', { name: 'Block: Pattern' } ) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:317:62
[chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits: test/e2e/specs/editor/various/patterns.spec.js#L317
3) [chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Back' }) 315 | 316 | // Go back to the post. > 317 | await editorTopBar.getByRole( 'button', { name: 'Back' } ).click(); | ^ 318 | 319 | await editor.selectBlocks( 320 | editor.canvas.getByRole( 'document', { name: 'Block: Pattern' } ) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:317:62
[chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits: test/e2e/specs/editor/various/patterns.spec.js#L317
3) [chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Back' }) 315 | 316 | // Go back to the post. > 317 | await editorTopBar.getByRole( 'button', { name: 'Back' } ).click(); | ^ 318 | 319 | await editor.selectBlocks( 320 | editor.canvas.getByRole( 'document', { name: 'Block: Pattern' } ) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:317:62
[chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should be able to insert a reusable block twice: test/e2e/specs/editor/various/patterns.spec.js#L580
4) [chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should be able to insert a reusable block twice TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Back' }) 578 | .filter( { hasText: 'Pattern updated.' } ) 579 | .click(); > 580 | await editorTopBar.getByRole( 'button', { name: 'Back' } ).click(); | ^ 581 | 582 | await expect( 583 | editor.canvas at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:580:62
Merge Artifacts
No artifacts found matching pattern 'flaky-tests-report*'
Playwright - 4
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Playwright - 1
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Playwright - 6
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Playwright - 7
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Playwright - 2
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Playwright - 5
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Playwright - 8
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Playwright - 3
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Playwright - 6
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Playwright - 3
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Playwright - 5
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Playwright - 2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Playwright - 1
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Playwright - 8
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Playwright - 7
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Playwright - 4
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Merge Artifacts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
2 skipped 201 passed (5.7m)
🎭 Playwright Run Summary
1 skipped 184 passed (7.5m)
🎭 Playwright Run Summary
1 skipped 173 passed (8.2m)
🎭 Playwright Run Summary
1 skipped 210 passed (8.6m)
🎭 Playwright Run Summary
207 passed (9.3m)
🎭 Playwright Run Summary
3 skipped 188 passed (10.0m)
🎭 Playwright Run Summary
1 skipped 205 passed (11.0m)
🎭 Playwright Run Summary
8 failed [chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order [chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks [chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits [chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should be able to insert a reusable block twice [chromium] › editor/various/post-editor-template-mode.spec.js:40:2 › Post Editor Template mode › Allow to switch to template mode, edit the template and check the result [chromium] › editor/various/post-editor-template-mode.spec.js:116:2 › Post Editor Template mode › Allow creating custom block templates in classic themes [chromium] › editor/various/preview.spec.js:228:2 › Preview with Custom Fields enabled › displays edits to the post title and content in the preview [chromium] › editor/various/rich-text.spec.js:605:2 › RichText (@Firefox, @WebKit) › should preserve internal formatting (-webkit, -firefox) 1 skipped 216 passed (12.9m)

Artifacts

Produced during runtime
Name Size
failures-artifacts
53 MB