Tools panel: Synced the visible label and accessible name #123563
Annotations
10 errors, 2 warnings, and 1 notice
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L779
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('menuitemcheckbox', { name: 'Show content' })
777 | name: 'Show content',
778 | } )
> 779 | .click();
| ^
780 | await page.getByRole( 'button', { name: 'content' } ).click();
781 | await page
782 | .getByRole( 'menuitemradio' )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:779:6
|
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L779
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('menuitemcheckbox', { name: 'Show content' })
777 | name: 'Show content',
778 | } )
> 779 | .click();
| ^
780 | await page.getByRole( 'button', { name: 'content' } ).click();
781 | await page
782 | .getByRole( 'menuitemradio' )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:779:6
|
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L779
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('menuitemcheckbox', { name: 'Show content' })
777 | name: 'Show content',
778 | } )
> 779 | .click();
| ^
780 | await page.getByRole( 'button', { name: 'content' } ).click();
781 | await page
782 | .getByRole( 'menuitemradio' )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:779:6
|
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L801
2) [chromium] › editor/various/block-bindings/custom-sources.spec.js:790:3 › Registered sources › getFieldsList › should be possible to connect the paragraph content
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menuitemcheckbox', { name: 'Show content' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menuitemcheckbox', { name: 'Show content' })
799 | name: 'Show content',
800 | } );
> 801 | await expect( contentAttribute ).toBeVisible();
| ^
802 | } );
803 | test( 'should be possible to connect the heading content', async ( {
804 | editor,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:801:37
|
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L801
2) [chromium] › editor/various/block-bindings/custom-sources.spec.js:790:3 › Registered sources › getFieldsList › should be possible to connect the paragraph content
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menuitemcheckbox', { name: 'Show content' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menuitemcheckbox', { name: 'Show content' })
799 | name: 'Show content',
800 | } );
> 801 | await expect( contentAttribute ).toBeVisible();
| ^
802 | } );
803 | test( 'should be possible to connect the heading content', async ( {
804 | editor,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:801:37
|
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L801
2) [chromium] › editor/various/block-bindings/custom-sources.spec.js:790:3 › Registered sources › getFieldsList › should be possible to connect the paragraph content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menuitemcheckbox', { name: 'Show content' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menuitemcheckbox', { name: 'Show content' })
799 | name: 'Show content',
800 | } );
> 801 | await expect( contentAttribute ).toBeVisible();
| ^
802 | } );
803 | test( 'should be possible to connect the heading content', async ( {
804 | editor,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:801:37
|
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L814
3) [chromium] › editor/various/block-bindings/custom-sources.spec.js:803:3 › Registered sources › getFieldsList › should be possible to connect the heading content
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menuitemcheckbox', { name: 'Show content' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menuitemcheckbox', { name: 'Show content' })
812 | name: 'Show content',
813 | } );
> 814 | await expect( contentAttribute ).toBeVisible();
| ^
815 | } );
816 | test( 'should be possible to connect the button supported attributes', async ( {
817 | editor,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:814:37
|
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L814
3) [chromium] › editor/various/block-bindings/custom-sources.spec.js:803:3 › Registered sources › getFieldsList › should be possible to connect the heading content
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menuitemcheckbox', { name: 'Show content' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menuitemcheckbox', { name: 'Show content' })
812 | name: 'Show content',
813 | } );
> 814 | await expect( contentAttribute ).toBeVisible();
| ^
815 | } );
816 | test( 'should be possible to connect the button supported attributes', async ( {
817 | editor,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:814:37
|
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L814
3) [chromium] › editor/various/block-bindings/custom-sources.spec.js:803:3 › Registered sources › getFieldsList › should be possible to connect the heading content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menuitemcheckbox', { name: 'Show content' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menuitemcheckbox', { name: 'Show content' })
812 | name: 'Show content',
813 | } );
> 814 | await expect( contentAttribute ).toBeVisible();
| ^
815 | } );
816 | test( 'should be possible to connect the button supported attributes', async ( {
817 | editor,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:814:37
|
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L844
4) [chromium] › editor/various/block-bindings/custom-sources.spec.js:816:3 › Registered sources › getFieldsList › should be possible to connect the button supported attributes
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menuitemcheckbox', { name: 'Show url' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menuitemcheckbox', { name: 'Show url' })
842 | name: 'Show url',
843 | } );
> 844 | await expect( urlAttribute ).toBeVisible();
| ^
845 | const textAttribute = page.getByRole( 'menuitemcheckbox', {
846 | name: 'Show text',
847 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:844:33
|
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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run the tests
15 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:790:3 › Registered sources › getFieldsList › should be possible to connect the paragraph content
[chromium] › editor/various/block-bindings/custom-sources.spec.js:803:3 › Registered sources › getFieldsList › should be possible to connect the heading content
[chromium] › editor/various/block-bindings/custom-sources.spec.js:816:3 › Registered sources › getFieldsList › should be possible to connect the button supported attributes
[chromium] › editor/various/block-bindings/custom-sources.spec.js:863:3 › Registered sources › getFieldsList › should be possible to connect the image supported attributes
[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:568: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:591: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:427:2 › Change detection › consecutive edits to the same attribute should mark the post as dirty after a save
1 skipped
169 passed (15.9m)
|
Loading