Add clear button to social links (#68564) #123546
Annotations
10 errors, 2 warnings, and 1 notice
Run the tests:
test/e2e/specs/editor/various/navigable-toolbar.spec.js#L192
1) [chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('button', { name: 'Paragraph', exact: true })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
9 × locator resolved to <button id=":ra:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-13" class="components-button components-dropdown-menu__toggle has-icon">…</button>
- unexpected value "not focused"
190 | exact: true,
191 | } );
> 192 | await expect( blockToolbarParagraphButton ).toBeFocused();
| ^
193 | await pageUtils.pressKeys( 'Tab' );
194 | // check focus is on the block
195 | await BlockToolbarUtils.expectLabelToHaveFocus( 'Block: Paragraph' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:192:47
|
Run the tests:
test/e2e/specs/editor/various/navigable-toolbar.spec.js#L192
1) [chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('button', { name: 'Paragraph', exact: true })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
9 × locator resolved to <button id=":ra:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-13" class="components-button components-dropdown-menu__toggle has-icon">…</button>
- unexpected value "not focused"
190 | exact: true,
191 | } );
> 192 | await expect( blockToolbarParagraphButton ).toBeFocused();
| ^
193 | await pageUtils.pressKeys( 'Tab' );
194 | // check focus is on the block
195 | await BlockToolbarUtils.expectLabelToHaveFocus( 'Block: Paragraph' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:192:47
|
Run the tests:
test/e2e/specs/editor/various/navigable-toolbar.spec.js#L192
1) [chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('button', { name: 'Paragraph', exact: true })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
9 × locator resolved to <button id=":ra:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-13" class="components-button components-dropdown-menu__toggle has-icon">…</button>
- unexpected value "not focused"
190 | exact: true,
191 | } );
> 192 | await expect( blockToolbarParagraphButton ).toBeFocused();
| ^
193 | await pageUtils.pressKeys( 'Tab' );
194 | // check focus is on the block
195 | await BlockToolbarUtils.expectLabelToHaveFocus( 'Block: Paragraph' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:192:47
|
Run the tests:
test/e2e/specs/editor/various/navigable-toolbar.spec.js#L267
2) [chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('button', { name: 'Paragraph', exact: true })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
9 × locator resolved to <button id=":r1c:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-32" class="components-button components-dropdown-menu__toggle has-icon">…</button>
- unexpected value "not focused"
265 | exact: true,
266 | } );
> 267 | await expect( blockToolbarParagraphButton ).toBeFocused();
| ^
268 | // Go to Move Up Button
269 | await pageUtils.pressKeys( 'ArrowRight' );
270 | const blockToolbarMoveUpButton = page.getByRole( 'button', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:267:47
|
Run the tests:
test/e2e/specs/editor/various/navigable-toolbar.spec.js#L267
2) [chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('button', { name: 'Paragraph', exact: true })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
9 × locator resolved to <button id=":r1c:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-32" class="components-button components-dropdown-menu__toggle has-icon">…</button>
- unexpected value "not focused"
265 | exact: true,
266 | } );
> 267 | await expect( blockToolbarParagraphButton ).toBeFocused();
| ^
268 | // Go to Move Up Button
269 | await pageUtils.pressKeys( 'ArrowRight' );
270 | const blockToolbarMoveUpButton = page.getByRole( 'button', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:267:47
|
Run the tests:
test/e2e/specs/editor/various/navigable-toolbar.spec.js#L267
2) [chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('button', { name: 'Paragraph', exact: true })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
9 × locator resolved to <button id=":r1c:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-32" class="components-button components-dropdown-menu__toggle has-icon">…</button>
- unexpected value "not focused"
265 | exact: true,
266 | } );
> 267 | await expect( blockToolbarParagraphButton ).toBeFocused();
| ^
268 | // Go to Move Up Button
269 | await pageUtils.pressKeys( 'ArrowRight' );
270 | const blockToolbarMoveUpButton = page.getByRole( 'button', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:267:47
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L317
3) [chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Back' })
315 |
316 | // Go back to the post.
> 317 | await editorTopBar.getByRole( 'button', { name: 'Back' } ).click();
| ^
318 |
319 | await editor.selectBlocks(
320 | editor.canvas.getByRole( 'document', { name: 'Block: Pattern' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:317:62
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L317
3) [chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Back' })
315 |
316 | // Go back to the post.
> 317 | await editorTopBar.getByRole( 'button', { name: 'Back' } ).click();
| ^
318 |
319 | await editor.selectBlocks(
320 | editor.canvas.getByRole( 'document', { name: 'Block: Pattern' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:317:62
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L317
3) [chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Back' })
315 |
316 | // Go back to the post.
> 317 | await editorTopBar.getByRole( 'button', { name: 'Back' } ).click();
| ^
318 |
319 | await editor.selectBlocks(
320 | editor.canvas.getByRole( 'document', { name: 'Block: Pattern' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:317:62
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L580
4) [chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should be able to insert a reusable block twice
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Back' })
578 | .filter( { hasText: 'Pattern updated.' } )
579 | .click();
> 580 | await editorTopBar.getByRole( 'button', { name: 'Back' } ).click();
| ^
581 |
582 | await expect(
583 | editor.canvas
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:580:62
|
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
8 failed
[chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order
[chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks
[chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits
[chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should be able to insert a reusable block twice
[chromium] › editor/various/post-editor-template-mode.spec.js:40:2 › Post Editor Template mode › Allow to switch to template mode, edit the template and check the result
[chromium] › editor/various/post-editor-template-mode.spec.js:116:2 › Post Editor Template mode › Allow creating custom block templates in classic themes
[chromium] › editor/various/preview.spec.js:228:2 › Preview with Custom Fields enabled › displays edits to the post title and content in the preview
[chromium] › editor/various/rich-text.spec.js:605:2 › RichText (@Firefox, @WebKit) › should preserve internal formatting (-webkit, -firefox)
1 skipped
216 passed (12.6m)
|
Loading