Skip to content

RichText: Introduce new attributeKey prop #121966

RichText: Introduce new attributeKey prop

RichText: Introduce new attributeKey prop #121966

Triggered via pull request December 14, 2024 15:32
Status Failure
Total duration 25m 56s
Artifacts 2

end2end-test.yml

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

Annotations

22 errors, 9 warnings, and 8 notices
[chromium] › editor/various/pattern-overrides.spec.js:30:2 › Pattern Overrides › Create a pattern with overrides: test/e2e/specs/editor/various/pattern-overrides.spec.js#L185
1) [chromium] › editor/various/pattern-overrides.spec.js:30:2 › Pattern Overrides › Create a pattern with overrides Error: expect(received).toMatchObject(expected) - Expected - 10 + Received + 2 Array [ Object { "attributes": Object { - "content": Object { - "Editable Paragraph": Object { - "content": "I would word it this way", - }, - }, + "content": Array [], "ref": 164, }, "name": "core/block", }, Object { "attributes": Object { - "content": Object { - "Editable Paragraph": Object { - "content": "This one is different", - }, - }, + "content": Array [], "ref": 164, }, "name": "core/block", }, ] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 183 | await page.keyboard.type( 'This one is different' ); 184 | > 185 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 186 | { 187 | name: 'core/block', 188 | attributes: { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:185:4 at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:138:3
[chromium] › editor/various/pattern-overrides.spec.js:30:2 › Pattern Overrides › Create a pattern with overrides: test/e2e/specs/editor/various/pattern-overrides.spec.js#L185
1) [chromium] › editor/various/pattern-overrides.spec.js:30:2 › Pattern Overrides › Create a pattern with overrides Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toMatchObject(expected) - Expected - 10 + Received + 2 Array [ Object { "attributes": Object { - "content": Object { - "Editable Paragraph": Object { - "content": "I would word it this way", - }, - }, + "content": Array [], "ref": 167, }, "name": "core/block", }, Object { "attributes": Object { - "content": Object { - "Editable Paragraph": Object { - "content": "This one is different", - }, - }, + "content": Array [], "ref": 167, }, "name": "core/block", }, ] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 183 | await page.keyboard.type( 'This one is different' ); 184 | > 185 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 186 | { 187 | name: 'core/block', 188 | attributes: { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:185:4 at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:138:3
[chromium] › editor/various/pattern-overrides.spec.js:30:2 › Pattern Overrides › Create a pattern with overrides: test/e2e/specs/editor/various/pattern-overrides.spec.js#L185
1) [chromium] › editor/various/pattern-overrides.spec.js:30:2 › Pattern Overrides › Create a pattern with overrides Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toMatchObject(expected) - Expected - 10 + Received + 2 Array [ Object { "attributes": Object { - "content": Object { - "Editable Paragraph": Object { - "content": "I would word it this way", - }, - }, + "content": Array [], "ref": 170, }, "name": "core/block", }, Object { "attributes": Object { - "content": Object { - "Editable Paragraph": Object { - "content": "This one is different", - }, - }, + "content": Array [], "ref": 170, }, "name": "core/block", }, ] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 183 | await page.keyboard.type( 'This one is different' ); 184 | > 185 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 186 | { 187 | name: 'core/block', 188 | attributes: { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:185:4 at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:138:3
[chromium] › editor/various/pattern-overrides.spec.js:496:3 › Pattern Overrides › block editing modes › disables editing of nested patterns: test/e2e/specs/editor/various/pattern-overrides.spec.js#L535
2) [chromium] › editor/various/pattern-overrides.spec.js:496:3 › Pattern Overrides › block editing modes › disables editing of nested patterns Error: expect(received).toMatchObject(expected) - Expected - 5 + Received + 1 @@ -1,13 +1,9 @@ Array [ Object { "attributes": Object { - "content": Object { - "Editable heading": Object { - "content": "Outer heading (edited)", - }, - }, + "content": Array [], "ref": 175, }, "innerBlocks": Array [], "name": "core/block", }, Call Log: - Timeout 5000ms exceeded while waiting on the predicate 533 | 534 | // Check the pattern has the correct attributes. > 535 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 536 | { 537 | name: 'core/block', 538 | attributes: { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:535:4
[chromium] › editor/various/pattern-overrides.spec.js:496:3 › Pattern Overrides › block editing modes › disables editing of nested patterns: test/e2e/specs/editor/various/pattern-overrides.spec.js#L535
2) [chromium] › editor/various/pattern-overrides.spec.js:496:3 › Pattern Overrides › block editing modes › disables editing of nested patterns Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toMatchObject(expected) - Expected - 5 + Received + 1 @@ -1,13 +1,9 @@ Array [ Object { "attributes": Object { - "content": Object { - "Editable heading": Object { - "content": "Outer heading (edited)", - }, - }, + "content": Array [], "ref": 179, }, "innerBlocks": Array [], "name": "core/block", }, Call Log: - Timeout 5000ms exceeded while waiting on the predicate 533 | 534 | // Check the pattern has the correct attributes. > 535 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 536 | { 537 | name: 'core/block', 538 | attributes: { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:535:4
[chromium] › editor/various/pattern-overrides.spec.js:496:3 › Pattern Overrides › block editing modes › disables editing of nested patterns: test/e2e/specs/editor/various/pattern-overrides.spec.js#L535
2) [chromium] › editor/various/pattern-overrides.spec.js:496:3 › Pattern Overrides › block editing modes › disables editing of nested patterns Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toMatchObject(expected) - Expected - 5 + Received + 1 @@ -1,13 +1,9 @@ Array [ Object { "attributes": Object { - "content": Object { - "Editable heading": Object { - "content": "Outer heading (edited)", - }, - }, + "content": Array [], "ref": 183, }, "innerBlocks": Array [], "name": "core/block", }, Call Log: - Timeout 5000ms exceeded while waiting on the predicate 533 | 534 | // Check the pattern has the correct attributes. > 535 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 536 | { 537 | name: 'core/block', 538 | attributes: { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:535:4
[chromium] › editor/various/pattern-overrides.spec.js:799:2 › Pattern Overrides › resets overrides after clicking the reset button: test/e2e/specs/editor/various/pattern-overrides.spec.js#L857
3) [chromium] › editor/various/pattern-overrides.spec.js:799:2 › Pattern Overrides › resets overrides after clicking the reset button Error: The heading block should have the reset button enabled Timed out 5000ms waiting for expect(locator).toBeEnabled() Locator: getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Reset' }) Expected: enabled Received: disabled Call log: - The heading block should have the reset button enabled with timeout 5000ms - waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Reset' }) - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" 855 | resetButton, 856 | 'The heading block should have the reset button enabled' > 857 | ).toBeEnabled(); | ^ 858 | 859 | // Assert the unmodified paragraph block (no overrides). 860 | await editor.selectBlocks( paragraphBlock ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:857:5
[chromium] › editor/various/pattern-overrides.spec.js:799:2 › Pattern Overrides › resets overrides after clicking the reset button: test/e2e/specs/editor/various/pattern-overrides.spec.js#L857
3) [chromium] › editor/various/pattern-overrides.spec.js:799:2 › Pattern Overrides › resets overrides after clicking the reset button Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: The heading block should have the reset button enabled Timed out 5000ms waiting for expect(locator).toBeEnabled() Locator: getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Reset' }) Expected: enabled Received: disabled Call log: - The heading block should have the reset button enabled with timeout 5000ms - waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Reset' }) - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" 855 | resetButton, 856 | 'The heading block should have the reset button enabled' > 857 | ).toBeEnabled(); | ^ 858 | 859 | // Assert the unmodified paragraph block (no overrides). 860 | await editor.selectBlocks( paragraphBlock ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:857:5
[chromium] › editor/various/pattern-overrides.spec.js:799:2 › Pattern Overrides › resets overrides after clicking the reset button: test/e2e/specs/editor/various/pattern-overrides.spec.js#L857
3) [chromium] › editor/various/pattern-overrides.spec.js:799:2 › Pattern Overrides › resets overrides after clicking the reset button Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: The heading block should have the reset button enabled Timed out 5000ms waiting for expect(locator).toBeEnabled() Locator: getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Reset' }) Expected: enabled Received: disabled Call log: - The heading block should have the reset button enabled with timeout 5000ms - waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Reset' }) - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1p:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" 855 | resetButton, 856 | 'The heading block should have the reset button enabled' > 857 | ).toBeEnabled(); | ^ 858 | 859 | // Assert the unmodified paragraph block (no overrides). 860 | await editor.selectBlocks( paragraphBlock ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:857:5
[chromium] › editor/various/pattern-overrides.spec.js:892:2 › Pattern Overrides › resets overrides immediately should not break undo/redo: test/e2e/specs/editor/various/pattern-overrides.spec.js#L943
4) [chromium] › editor/various/pattern-overrides.spec.js:892:2 › Pattern Overrides › resets overrides immediately should not break undo/redo Error: Timed out 5000ms waiting for expect(locator).toBeEnabled() Locator: getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Reset' }) Expected: enabled Received: disabled Call log: - expect.toBeEnabled with timeout 5000ms - waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Reset' }) - locator resolved to <button id=":r1h:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1h:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1h:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1h:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1h:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1h:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1h:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1h:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" - locator resolved to <button id=":r1h:" type="button" tabindex="-1" aria-disabled="true" data-toolbar-item="true" class="components-button components-toolbar-button is-compact">Reset</button> - unexpected value "disabled" 941 | await editor.selectBlocks( paragraphBlock ); 942 | await editor.showBlockToolbar(); > 943 | await expect( resetButton ).toBeEnabled(); | ^ 944 | await resetButton.click(); 945 | await expect( paragraphBlock ).toHaveText( 'Paragraph' ); 946 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:943:31
[firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:378:3 › Navigation block - Frontend interactivity › Submenus (Arrow setting) (@firefox: packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts#L57
1) [firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:378:3 › Navigation block - Frontend interactivity › Submenus (Arrow setting) (@Firefox, @WebKit) › submenu click on the arrow interactions TimeoutError: locator.waitFor: Timeout 60000ms exceeded. Call log: - waiting for locator('.edit-site-canvas-loader, .edit-site-canvas-spinner') to be visible at ../../../packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts:57 55 | // Wait for the canvas loader to appear first, so that the locator that 56 | // waits for the hidden state doesn't resolve prematurely. > 57 | await canvasLoader.waitFor( { state: 'visible', timeout: 60_000 } ); | ^ 58 | await canvasLoader.waitFor( { 59 | state: 'hidden', 60 | // Bigger timeout is needed for larger entities, like the Large Post at Admin.visitSiteEditor (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts:57:22) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js:353:4
[firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:378:3 › Navigation block - Frontend interactivity › Submenus (Arrow setting) (@firefox: packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts#L57
1) [firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:378:3 › Navigation block - Frontend interactivity › Submenus (Arrow setting) (@Firefox, @WebKit) › submenu click on the arrow interactions Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 60000ms exceeded. Call log: - waiting for locator('.edit-site-canvas-loader, .edit-site-canvas-spinner') to be visible at ../../../packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts:57 55 | // Wait for the canvas loader to appear first, so that the locator that 56 | // waits for the hidden state doesn't resolve prematurely. > 57 | await canvasLoader.waitFor( { state: 'visible', timeout: 60_000 } ); | ^ 58 | await canvasLoader.waitFor( { 59 | state: 'hidden', 60 | // Bigger timeout is needed for larger entities, like the Large Post at Admin.visitSiteEditor (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts:57:22) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js:353:4
[chromium] › editor/various/block-bindings/custom-sources.spec.js:48:3 › Registered sources › getValues › should show the returned value in paragraph content: test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L69
1) [chromium] › editor/various/block-bindings/custom-sources.spec.js:48:3 › Registered sources › getValues › should show the returned value in paragraph content Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' }) Expected string: "Text Field Value" Received string: "paragraph default content" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' }) - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title="Paragraph" contenteditable="true" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-59f849dc-ea7a-4490-a683-ad6fa7f01611" data-block="59f849dc-ea7a-4490-a683-ad6fa7f01611" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title="Paragraph" contenteditable="true" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-59f849dc-ea7a-4490-a683-ad6fa7f01611" data-block="59f849dc-ea7a-4490-a683-ad6fa7f01611" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title="Paragraph" contenteditable="true" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-59f849dc-ea7a-4490-a683-ad6fa7f01611" data-block="59f849dc-ea7a-4490-a683-ad6fa7f01611" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title="Paragraph" contenteditable="true" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-59f849dc-ea7a-4490-a683-ad6fa7f01611" data-block="59f849dc-ea7a-4490-a683-ad6fa7f01611" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title="Paragraph" contenteditable="true" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-59f849dc-ea7a-4490-a683-ad6fa7f01611" data-block="59f849dc-ea7a-4490-a683-ad6fa7f01611" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title="Paragraph" contenteditable="true" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-59f849dc-ea7a-4490-a683-ad6fa7f01611" data-block="59f849dc-ea7a-4490-a683-ad6fa7f01611" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title
[chromium] › editor/various/block-bindings/custom-sources.spec.js:48:3 › Registered sources › getValues › should show the returned value in paragraph content: test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L69
1) [chromium] › editor/various/block-bindings/custom-sources.spec.js:48:3 › Registered sources › getValues › should show the returned value in paragraph content Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' }) Expected string: "Text Field Value" Received string: "paragraph default content" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' }) - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title="Paragraph" contenteditable="true" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-4b1ddb9c-096b-4e05-aa66-68661929831b" data-block="4b1ddb9c-096b-4e05-aa66-68661929831b" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title="Paragraph" contenteditable="true" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-4b1ddb9c-096b-4e05-aa66-68661929831b" data-block="4b1ddb9c-096b-4e05-aa66-68661929831b" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title="Paragraph" contenteditable="true" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-4b1ddb9c-096b-4e05-aa66-68661929831b" data-block="4b1ddb9c-096b-4e05-aa66-68661929831b" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title="Paragraph" contenteditable="true" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-4b1ddb9c-096b-4e05-aa66-68661929831b" data-block="4b1ddb9c-096b-4e05-aa66-68661929831b" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title="Paragraph" contenteditable="true" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-4b1ddb9c-096b-4e05-aa66-68661929831b" data-block="4b1ddb9c-096b-4e05-aa66-68661929831b" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title="Paragraph" contenteditable="true" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-4b1ddb9c-096b-4e05-aa66-68661929831b" data-block="4b1ddb9c-096b-4e05-aa66-68661929831b" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator re
[chromium] › editor/various/block-bindings/custom-sources.spec.js:48:3 › Registered sources › getValues › should show the returned value in paragraph content: test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L69
1) [chromium] › editor/various/block-bindings/custom-sources.spec.js:48:3 › Registered sources › getValues › should show the returned value in paragraph content Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' }) Expected string: "Text Field Value" Received string: "paragraph default content" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' }) - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title="Paragraph" contenteditable="true" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-374306cc-7f4d-485c-8ae6-ed9d77b8b92b" data-block="374306cc-7f4d-485c-8ae6-ed9d77b8b92b" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title="Paragraph" contenteditable="true" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-374306cc-7f4d-485c-8ae6-ed9d77b8b92b" data-block="374306cc-7f4d-485c-8ae6-ed9d77b8b92b" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title="Paragraph" contenteditable="true" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-374306cc-7f4d-485c-8ae6-ed9d77b8b92b" data-block="374306cc-7f4d-485c-8ae6-ed9d77b8b92b" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title="Paragraph" contenteditable="true" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-374306cc-7f4d-485c-8ae6-ed9d77b8b92b" data-block="374306cc-7f4d-485c-8ae6-ed9d77b8b92b" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title="Paragraph" contenteditable="true" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-374306cc-7f4d-485c-8ae6-ed9d77b8b92b" data-block="374306cc-7f4d-485c-8ae6-ed9d77b8b92b" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p role="document" data-empty="false" aria-multiline="true" aria-readonly="false" data-title="Paragraph" contenteditable="true" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-374306cc-7f4d-485c-8ae6-ed9d77b8b92b" data-block="374306cc-7f4d-485c-8ae6-ed9d77b8b92b" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator re
[chromium] › editor/various/block-bindings/custom-sources.spec.js:77:3 › Registered sources › getValues › should show the returned value in heading content: test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L98
2) [chromium] › editor/various/block-bindings/custom-sources.spec.js:77:3 › Registered sources › getValues › should show the returned value in heading content Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Heading' }) Expected string: "Text Field Value" Received string: "heading default content" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Heading' }) - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-589dce01-a43e-430f-86d5-156b839caaae" data-block="589dce01-a43e-430f-86d5-156b839caaae" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-heading rich-text">heading default content</h2> - unexpected value "heading default content" - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-589dce01-a43e-430f-86d5-156b839caaae" data-block="589dce01-a43e-430f-86d5-156b839caaae" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-heading rich-text">heading default content</h2> - unexpected value "heading default content" - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-589dce01-a43e-430f-86d5-156b839caaae" data-block="589dce01-a43e-430f-86d5-156b839caaae" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-heading rich-text">heading default content</h2> - unexpected value "heading default content" - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-589dce01-a43e-430f-86d5-156b839caaae" data-block="589dce01-a43e-430f-86d5-156b839caaae" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-heading rich-text">heading default content</h2> - unexpected value "heading default content" - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-589dce01-a43e-430f-86d5-156b839caaae" data-block="589dce01-a43e-430f-86d5-156b839caaae" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-heading rich-text">heading default content</h2> - unexpected value "heading default content" - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-589dce01-a43e-430f-86d5-156b839caaae" data-block="589dce01-a43e-430f-86d5-156b839caaae" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-heading rich-text">heading default content</h2> - unexpected value "heading default content" - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-589dce01-a43e-430f-86d5-156b839caaae" data-block="589dce01-a43e-4
[chromium] › editor/various/block-bindings/custom-sources.spec.js:77:3 › Registered sources › getValues › should show the returned value in heading content: test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L98
2) [chromium] › editor/various/block-bindings/custom-sources.spec.js:77:3 › Registered sources › getValues › should show the returned value in heading content Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Heading' }) Expected string: "Text Field Value" Received string: "heading default content" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Heading' }) - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-e1eb69a2-34dc-48e3-be18-dfc239e2d9fc" data-block="e1eb69a2-34dc-48e3-be18-dfc239e2d9fc" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-heading rich-text">heading default content</h2> - unexpected value "heading default content" - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-e1eb69a2-34dc-48e3-be18-dfc239e2d9fc" data-block="e1eb69a2-34dc-48e3-be18-dfc239e2d9fc" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-heading rich-text">heading default content</h2> - unexpected value "heading default content" - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-e1eb69a2-34dc-48e3-be18-dfc239e2d9fc" data-block="e1eb69a2-34dc-48e3-be18-dfc239e2d9fc" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-heading rich-text">heading default content</h2> - unexpected value "heading default content" - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-e1eb69a2-34dc-48e3-be18-dfc239e2d9fc" data-block="e1eb69a2-34dc-48e3-be18-dfc239e2d9fc" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-heading rich-text">heading default content</h2> - unexpected value "heading default content" - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-e1eb69a2-34dc-48e3-be18-dfc239e2d9fc" data-block="e1eb69a2-34dc-48e3-be18-dfc239e2d9fc" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-heading rich-text">heading default content</h2> - unexpected value "heading default content" - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-e1eb69a2-34dc-48e3-be18-dfc239e2d9fc" data-block="e1eb69a2-34dc-48e3-be18-dfc239e2d9fc" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-heading rich-text">heading default content</h2> - unexpected value "heading default content" - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-blo
[chromium] › editor/various/block-bindings/custom-sources.spec.js:77:3 › Registered sources › getValues › should show the returned value in heading content: test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L98
2) [chromium] › editor/various/block-bindings/custom-sources.spec.js:77:3 › Registered sources › getValues › should show the returned value in heading content Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Heading' }) Expected string: "Text Field Value" Received string: "heading default content" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Heading' }) - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-7fd74a6c-35d9-4942-96c4-4d67bada3d3e" data-block="7fd74a6c-35d9-4942-96c4-4d67bada3d3e" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-heading rich-text">heading default content</h2> - unexpected value "heading default content" - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-7fd74a6c-35d9-4942-96c4-4d67bada3d3e" data-block="7fd74a6c-35d9-4942-96c4-4d67bada3d3e" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-heading rich-text">heading default content</h2> - unexpected value "heading default content" - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-7fd74a6c-35d9-4942-96c4-4d67bada3d3e" data-block="7fd74a6c-35d9-4942-96c4-4d67bada3d3e" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-heading rich-text">heading default content</h2> - unexpected value "heading default content" - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-7fd74a6c-35d9-4942-96c4-4d67bada3d3e" data-block="7fd74a6c-35d9-4942-96c4-4d67bada3d3e" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-heading rich-text">heading default content</h2> - unexpected value "heading default content" - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-7fd74a6c-35d9-4942-96c4-4d67bada3d3e" data-block="7fd74a6c-35d9-4942-96c4-4d67bada3d3e" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-heading rich-text">heading default content</h2> - unexpected value "heading default content" - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-block-attribute-key="content" id="block-7fd74a6c-35d9-4942-96c4-4d67bada3d3e" data-block="7fd74a6c-35d9-4942-96c4-4d67bada3d3e" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-heading rich-text">heading default content</h2> - unexpected value "heading default content" - locator resolved to <h2 role="document" data-title="Heading" aria-multiline="true" aria-readonly="false" contenteditable="true" data-type="core/heading" aria-label="Block: Heading" data-wp-blo
[chromium] › editor/various/block-bindings/custom-sources.spec.js:219:3 › Registered sources › getValues › should fall back to source label when `getValues` is undefined: test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L239
3) [chromium] › editor/various/block-bindings/custom-sources.spec.js:219:3 › Registered sources › getValues › should fall back to source label when `getValues` is undefined Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' }) Expected string: "Server Source" Received string: "paragraph default content" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' }) - locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-d8ffce0b-d500-4c48-bfa7-3d257146b2dd" data-block="d8ffce0b-d500-4c48-bfa7-3d257146b2dd" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-d8ffce0b-d500-4c48-bfa7-3d257146b2dd" data-block="d8ffce0b-d500-4c48-bfa7-3d257146b2dd" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-d8ffce0b-d500-4c48-bfa7-3d257146b2dd" data-block="d8ffce0b-d500-4c48-bfa7-3d257146b2dd" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-d8ffce0b-d500-4c48-bfa7-3d257146b2dd" data-block="d8ffce0b-d500-4c48-bfa7-3d257146b2dd" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-d8ffce0b-d500-4c48-bfa7-3d257146b2dd" data-block="d8ffce0b-d500-4c48-bfa7-3d257146b2dd" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-d8ffce0b-d500-4c48-bfa7-3d257146b2dd" data-block="d8ffce0b-d500-4c48-bfa7-3d257146b2dd" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p ta
[chromium] › editor/various/block-bindings/custom-sources.spec.js:219:3 › Registered sources › getValues › should fall back to source label when `getValues` is undefined: test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L239
3) [chromium] › editor/various/block-bindings/custom-sources.spec.js:219:3 › Registered sources › getValues › should fall back to source label when `getValues` is undefined Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' }) Expected string: "Server Source" Received string: "paragraph default content" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' }) - locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-29515250-dc41-4c33-8286-21aa4ad95ebe" data-block="29515250-dc41-4c33-8286-21aa4ad95ebe" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-29515250-dc41-4c33-8286-21aa4ad95ebe" data-block="29515250-dc41-4c33-8286-21aa4ad95ebe" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-29515250-dc41-4c33-8286-21aa4ad95ebe" data-block="29515250-dc41-4c33-8286-21aa4ad95ebe" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-29515250-dc41-4c33-8286-21aa4ad95ebe" data-block="29515250-dc41-4c33-8286-21aa4ad95ebe" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-29515250-dc41-4c33-8286-21aa4ad95ebe" data-block="29515250-dc41-4c33-8286-21aa4ad95ebe" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-29515250-dc41-4c33-8286-21aa4ad95ebe" data-block="29515250-dc41-4c33-8286-21aa4ad95ebe" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default
[chromium] › editor/various/block-bindings/custom-sources.spec.js:219:3 › Registered sources › getValues › should fall back to source label when `getValues` is undefined: test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L239
3) [chromium] › editor/various/block-bindings/custom-sources.spec.js:219:3 › Registered sources › getValues › should fall back to source label when `getValues` is undefined Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' }) Expected string: "Server Source" Received string: "paragraph default content" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' }) - locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-821060c5-355a-4781-8325-0bb1ec75ff0d" data-block="821060c5-355a-4781-8325-0bb1ec75ff0d" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-821060c5-355a-4781-8325-0bb1ec75ff0d" data-block="821060c5-355a-4781-8325-0bb1ec75ff0d" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-821060c5-355a-4781-8325-0bb1ec75ff0d" data-block="821060c5-355a-4781-8325-0bb1ec75ff0d" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-821060c5-355a-4781-8325-0bb1ec75ff0d" data-block="821060c5-355a-4781-8325-0bb1ec75ff0d" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-821060c5-355a-4781-8325-0bb1ec75ff0d" data-block="821060c5-355a-4781-8325-0bb1ec75ff0d" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default content</p> - unexpected value "paragraph default content" - locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-wp-block-attribute-key="content" id="block-821060c5-355a-4781-8325-0bb1ec75ff0d" data-block="821060c5-355a-4781-8325-0bb1ec75ff0d" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">paragraph default
[chromium] › editor/various/block-bindings/custom-sources.spec.js:531:3 › Registered sources › setValues › should be possible to edit the value from paragraph content: test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L560
4) [chromium] › editor/various/block-bindings/custom-sources.spec.js:531:3 › Registered sources › setValues › should be possible to edit the value from paragraph content Error: expect(received).toBe(expected) // Object.is equality Expected: "paragraph default content" Received: "new value" 558 | // Check that the paragraph content attribute didn't change. 559 | const [ paragraphBlockObject ] = await editor.getBlocks(); > 560 | expect( paragraphBlockObject.attributes.content ).toBe( | ^ 561 | 'paragraph default content' 562 | ); 563 | // Check the value of the custom field is being updated by visiting the frontend. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:560:54
Playwright - 6
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 - 7
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 - 1
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
Playwright - 8
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
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 194 passed (6.6m)
🎭 Playwright Run Summary
1 skipped 196 passed (9.3m)
🎭 Playwright Run Summary
1 skipped 201 passed (10.0m)
🎭 Playwright Run Summary
1 skipped 198 passed (9.5m)
🎭 Playwright Run Summary
199 passed (10.4m)
🎭 Playwright Run Summary
5 failed [chromium] › editor/various/pattern-overrides.spec.js:30:2 › Pattern Overrides › Create a pattern with overrides [chromium] › editor/various/pattern-overrides.spec.js:496:3 › Pattern Overrides › block editing modes › disables editing of nested patterns [chromium] › editor/various/pattern-overrides.spec.js:799:2 › Pattern Overrides › resets overrides after clicking the reset button [chromium] › editor/various/pattern-overrides.spec.js:892:2 › Pattern Overrides › resets overrides immediately should not break undo/redo [chromium] › editor/various/pattern-overrides.spec.js:1202:2 › Pattern Overrides › blocks with the same name should be synced 1 skipped 192 passed (11.8m)
🎭 Playwright Run Summary
1 flaky [firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:378:3 › Navigation block - Frontend interactivity › Submenus (Arrow setting) (@Firefox, @WebKit) › submenu click on the arrow interactions 3 skipped 187 passed (12.1m)
🎭 Playwright Run Summary
21 failed [chromium] › editor/various/block-bindings/custom-sources.spec.js:48:3 › Registered sources › getValues › should show the returned value in paragraph content [chromium] › editor/various/block-bindings/custom-sources.spec.js:77:3 › Registered sources › getValues › should show the returned value in heading content [chromium] › editor/various/block-bindings/custom-sources.spec.js:219:3 › Registered sources › getValues › should fall back to source label when `getValues` is undefined [chromium] › editor/various/block-bindings/custom-sources.spec.js:531:3 › Registered sources › setValues › should be possible to edit the value from paragraph content [chromium] › editor/various/block-bindings/custom-sources.spec.js:570:3 › Registered sources › setValues › should be possible to use symbols and numbers as the custom field value [chromium] › editor/various/block-bindings/custom-sources.spec.js:767:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI [chromium] › editor/various/block-bindings/custom-sources.spec.js:954:3 › Registered sources › RichText workflows › should add empty paragraph block when pressing enter in paragraph [chromium] › editor/various/block-bindings/custom-sources.spec.js:986:3 › Registered sources › RichText workflows › should add empty paragraph block when pressing enter in heading [chromium] › editor/various/block-bindings/custom-sources.spec.js:1031:3 › Registered sources › RichText workflows › should add empty button block when pressing enter in button [chromium] › editor/various/block-bindings/custom-sources.spec.js:1074:3 › Registered sources › RichText workflows › should show placeholder prompt when value is empty and can edit [chromium] › editor/various/block-bindings/custom-sources.spec.js:1105:3 › Registered sources › RichText workflows › should show source label when value is empty, cannot edit, and `getFieldsList` is undefined [chromium] › editor/various/block-bindings/custom-sources.spec.js:1133:3 › Registered sources › RichText workflows › should show placeholder attribute over bindings placeholder [chromium] › editor/various/block-bindings/post-meta.spec.js:62:4 › Post Meta source › Movie CPT template › Block attributes values › should show the default value if it is defined [chromium] › editor/various/block-bindings/post-meta.spec.js:88:4 › Post Meta source › Movie CPT template › Block attributes values › should fall back to the field label if the default value is not defined [chromium] › editor/various/block-bindings/post-meta.spec.js:114:4 › Post Meta source › Movie CPT template › Block attributes values › should fall back to the field key if the field label is not defined [chromium] › editor/various/block-bindings/post-meta.spec.js:332:3 › Post Meta source › Custom template › should show the key in attributes connected to post meta [chromium] › editor/various/block-bindings/post-meta.spec.js:367:3 › Post Meta source › Movie CPT post › should show the custom field value of that specific post [chromium] › editor/various/block-bindings/post-meta.spec.js:399:3 › Post Meta source › Movie CPT post › should fall back to the key when custom field is not accessible [chromium] › editor/various/block-bindings/post-meta.spec.js:427:3 › Post Meta source › Movie CPT post › should not show or edit the value of a protected field [chromium] › editor/various/block-bindings/post-meta.spec.js:455:3 › Post Meta source › Movie CPT post › should not show or edit the value of a field with `show_in_rest` set to false [chromium] › editor/various/block-bindings/post-meta.spec.js:485:3 › Post Meta source › Movie CPT post › should be possible to edit the value of the connected custom fields 1 skipped 179 passed (18.1m)

Artifacts

Produced during runtime
Name Size
failures-artifacts
108 MB
flaky-tests-report
1.2 KB