Tools panel: Synced the visible label and accessible name #123563
Annotations
4 errors, 2 warnings, and 1 notice
Run the tests:
test/e2e/specs/editor/blocks/navigation-colors.spec.js#L149
1) [chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemcheckbox', { name: 'Show Link' })
147 | await page
148 | .getByRole( 'menuitemcheckbox', { name: 'Show Link' } )
> 149 | .click();
| ^
150 | await page.getByRole( 'tab', { name: 'Styles' } ).click();
151 | await page.getByRole( 'button', { name: 'Link', exact: true } ).click();
152 | // rga(207, 46 ,46) is the color of the "vivid red" color preset.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:149:5
|
Run the tests:
test/e2e/specs/editor/blocks/navigation-colors.spec.js#L149
1) [chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemcheckbox', { name: 'Show Link' })
147 | await page
148 | .getByRole( 'menuitemcheckbox', { name: 'Show Link' } )
> 149 | .click();
| ^
150 | await page.getByRole( 'tab', { name: 'Styles' } ).click();
151 | await page.getByRole( 'button', { name: 'Link', exact: true } ).click();
152 | // rga(207, 46 ,46) is the color of the "vivid red" color preset.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:149:5
|
Run the tests:
test/e2e/specs/editor/blocks/navigation-colors.spec.js#L149
1) [chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemcheckbox', { name: 'Show Link' })
147 | await page
148 | .getByRole( 'menuitemcheckbox', { name: 'Show Link' } )
> 149 | .click();
| ^
150 | await page.getByRole( 'tab', { name: 'Styles' } ).click();
151 | await page.getByRole( 'button', { name: 'Link', exact: true } ).click();
152 | // rga(207, 46 ,46) is the color of the "vivid red" color preset.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:149:5
|
Run the tests
Process completed with exit code 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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run the tests
1 failed
[chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group
206 passed (9.7m)
|
Loading