Show duplicative heading level text when showIconLabels is enabled #123995
Annotations
4 errors, 2 warnings, and 1 notice
Run the tests:
test/e2e/specs/editor/various/rich-text.spec.js#L23
1) [firefox] › editor/various/rich-text.spec.js:11:2 › RichText (@Firefox, @WebKit) › should handle change in tag name gracefully
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=menuitemradio[name="Heading 3"]')
21 | await editor.insertBlock( { name: 'core/heading' } );
22 | await editor.clickBlockToolbarButton( 'Change level' );
> 23 | await page.locator( 'role=menuitemradio[name="Heading 3"]' ).click();
| ^
24 |
25 | expect( await editor.getBlocks() ).toMatchObject( [
26 | {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:23:64
|
Run the tests:
test/e2e/specs/editor/various/rich-text.spec.js#L23
1) [firefox] › editor/various/rich-text.spec.js:11:2 › RichText (@Firefox, @WebKit) › should handle change in tag name gracefully
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=menuitemradio[name="Heading 3"]')
21 | await editor.insertBlock( { name: 'core/heading' } );
22 | await editor.clickBlockToolbarButton( 'Change level' );
> 23 | await page.locator( 'role=menuitemradio[name="Heading 3"]' ).click();
| ^
24 |
25 | expect( await editor.getBlocks() ).toMatchObject( [
26 | {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:23:64
|
Run the tests:
test/e2e/specs/editor/various/rich-text.spec.js#L23
1) [firefox] › editor/various/rich-text.spec.js:11:2 › RichText (@Firefox, @WebKit) › should handle change in tag name gracefully
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=menuitemradio[name="Heading 3"]')
21 | await editor.insertBlock( { name: 'core/heading' } );
22 | await editor.clickBlockToolbarButton( 'Change level' );
> 23 | await page.locator( 'role=menuitemradio[name="Heading 3"]' ).click();
| ^
24 |
25 | expect( await editor.getBlocks() ).toMatchObject( [
26 | {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:23:64
|
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
|
|
Loading