Menu granular subcomponents: Refactor global styles shadows edit panel menu #121089
Annotations
10 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L780
1) [chromium] › editor/various/block-bindings/custom-sources.spec.js:767:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'content' })
778 | } )
779 | .click();
> 780 | await page.getByRole( 'button', { name: 'content' } ).click();
| ^
781 | await page
782 | .getByRole( 'menuitemradio' )
783 | .filter( { hasText: 'Text Field Label' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:780:58
|
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L780
1) [chromium] › editor/various/block-bindings/custom-sources.spec.js:767:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'content' })
778 | } )
779 | .click();
> 780 | await page.getByRole( 'button', { name: 'content' } ).click();
| ^
781 | await page
782 | .getByRole( 'menuitemradio' )
783 | .filter( { hasText: 'Text Field Label' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:780:58
|
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L780
1) [chromium] › editor/various/block-bindings/custom-sources.spec.js:767:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'content' })
778 | } )
779 | .click();
> 780 | await page.getByRole( 'button', { name: 'content' } ).click();
| ^
781 | await page
782 | .getByRole( 'menuitemradio' )
783 | .filter( { hasText: 'Text Field Label' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:780:58
|
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L916
2) [chromium] › editor/various/block-bindings/custom-sources.spec.js:898:3 › Registered sources › getFieldsList › should show all the available fields in the dropdown UI
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'content' })
914 | },
915 | } );
> 916 | await page.getByRole( 'button', { name: 'content' } ).click();
| ^
917 | const textField = page
918 | .getByRole( 'menuitemradio' )
919 | .filter( { hasText: 'Text Field Label' } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:916:58
|
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L916
2) [chromium] › editor/various/block-bindings/custom-sources.spec.js:898:3 › Registered sources › getFieldsList › should show all the available fields in the dropdown UI
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'content' })
914 | },
915 | } );
> 916 | await page.getByRole( 'button', { name: 'content' } ).click();
| ^
917 | const textField = page
918 | .getByRole( 'menuitemradio' )
919 | .filter( { hasText: 'Text Field Label' } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:916:58
|
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L916
2) [chromium] › editor/various/block-bindings/custom-sources.spec.js:898:3 › Registered sources › getFieldsList › should show all the available fields in the dropdown UI
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'content' })
914 | },
915 | } );
> 916 | await page.getByRole( 'button', { name: 'content' } ).click();
| ^
917 | const textField = page
918 | .getByRole( 'menuitemradio' )
919 | .filter( { hasText: 'Text Field Label' } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:916:58
|
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L949
3) [chromium] › editor/various/block-bindings/custom-sources.spec.js:928:3 › Registered sources › getFieldsList › should show the connected fields in the attributes panel
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('button', { name: 'content' })
Expected string: "Text Field Label"
Received: <element(s) not found>
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('button', { name: 'content' })
947 | name: 'content',
948 | } );
> 949 | await expect( contentButton ).toContainText( 'Text Field Label' );
| ^
950 | } );
951 | } );
952 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:949:34
|
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L949
3) [chromium] › editor/various/block-bindings/custom-sources.spec.js:928:3 › Registered sources › getFieldsList › should show the connected fields in the attributes panel
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('button', { name: 'content' })
Expected string: "Text Field Label"
Received: <element(s) not found>
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('button', { name: 'content' })
947 | name: 'content',
948 | } );
> 949 | await expect( contentButton ).toContainText( 'Text Field Label' );
| ^
950 | } );
951 | } );
952 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:949:34
|
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L949
3) [chromium] › editor/various/block-bindings/custom-sources.spec.js:928:3 › Registered sources › getFieldsList › should show the connected fields in the attributes panel
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('button', { name: 'content' })
Expected string: "Text Field Label"
Received: <element(s) not found>
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('button', { name: 'content' })
947 | name: 'content',
948 | } );
> 949 | await expect( contentButton ).toContainText( 'Text Field Label' );
| ^
950 | } );
951 | } );
952 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:949:34
|
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L1186
4) [chromium] › editor/various/block-bindings/custom-sources.spec.js:1166:2 › Registered sources › should show the label of a source only registered in the server in blocks connected
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('button', { name: 'content' })
Expected string: "Server Source"
Received: <element(s) not found>
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('button', { name: 'content' })
1184 | name: 'content',
1185 | } );
> 1186 | await expect( contentButton ).toContainText( 'Server Source' );
| ^
1187 | } );
1188 | test( 'should show an "Invalid source" warning for not registered sources', async ( {
1189 | editor,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:1186:33
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run the tests
16 failed
[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:898:3 › Registered sources › getFieldsList › should show all the available fields in the dropdown UI
[chromium] › editor/various/block-bindings/custom-sources.spec.js:928:3 › Registered sources › getFieldsList › should show the connected fields in the attributes panel
[chromium] › editor/various/block-bindings/custom-sources.spec.js:1166:2 › Registered sources › should show the label of a source only registered in the server in blocks connected
[chromium] › editor/various/block-bindings/custom-sources.spec.js:1188:2 › Registered sources › should show an "Invalid source" warning for not registered sources
[chromium] › editor/various/block-bindings/post-meta.spec.js:143:4 › Post Meta source › Movie CPT template › Attributes panel › should show the field label if it is defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:174:4 › Post Meta source › Movie CPT template › Attributes panel › should fall back to the field key if the field label is not defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:226:4 › Post Meta source › Movie CPT template › Fields list dropdown › should include movie fields in UI to connect attributes
[chromium] › editor/various/block-bindings/post-meta.spec.js:234:4 › Post Meta source › Movie CPT template › Fields list dropdown › should include global fields in UI to connect attributes
[chromium] › editor/various/block-bindings/post-meta.spec.js:242:4 › Post Meta source › Movie CPT template › Fields list dropdown › should not include protected fields
[chromium] › editor/various/block-bindings/post-meta.spec.js:258:4 › Post Meta source › Movie CPT template › Fields list dropdown › should show the default value if it is defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:268:4 › Post Meta source › Movie CPT template › Fields list dropdown › should not show anything if the default value is not defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:292:3 › Post Meta source › Custom template › should not include post meta fields in UI to connect attributes
[chromium] › editor/various/block-bindings/post-meta.spec.js:527:3 › Post Meta source › Movie CPT post › should be possible to connect movie fields through the attributes panel
[chromium] › editor/various/block-bindings/post-meta.spec.js:550:3 › Post Meta source › Movie CPT post › should not be possible to connect non-supported fields through the attributes panel
[chromium] › editor/various/change-detection.spec.js:397:2 › Change detection › should not prompt to confirm unsaved changes when trashing an existing post
1 skipped
185 passed (19.6m)
|
Loading