Block API: try separate controls registration #101659
Annotations
5 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/various/toolbar-roving-tabindex.spec.js#L188
1) [chromium] › editor/various/toolbar-roving-tabindex.spec.js:137:2 › Toolbar roving tabindex › can reach toolbar items with arrow keys after pressing alt+F10
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Bold"
Received: "Italic"
186 | } );
187 | }
> 188 | expect( ariaLabel ).toBe( label );
| ^
189 | }
190 |
191 | async wrapCurrentBlockWithGroup( currentBlockTitle ) {
at ToolbarRovingTabindexUtils.expectLabelToHaveFocus (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/toolbar-roving-tabindex.spec.js:188:23)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/toolbar-roving-tabindex.spec.js:145:3
|
Run the tests:
test/e2e/specs/editor/various/toolbar-roving-tabindex.spec.js#L188
1) [chromium] › editor/various/toolbar-roving-tabindex.spec.js:137:2 › Toolbar roving tabindex › can reach toolbar items with arrow keys after pressing alt+F10
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Bold"
Received: "Italic"
186 | } );
187 | }
> 188 | expect( ariaLabel ).toBe( label );
| ^
189 | }
190 |
191 | async wrapCurrentBlockWithGroup( currentBlockTitle ) {
at ToolbarRovingTabindexUtils.expectLabelToHaveFocus (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/toolbar-roving-tabindex.spec.js:188:23)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/toolbar-roving-tabindex.spec.js:145:3
|
Run the tests:
test/e2e/specs/editor/various/toolbar-roving-tabindex.spec.js#L188
1) [chromium] › editor/various/toolbar-roving-tabindex.spec.js:137:2 › Toolbar roving tabindex › can reach toolbar items with arrow keys after pressing alt+F10
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Bold"
Received: "Italic"
186 | } );
187 | }
> 188 | expect( ariaLabel ).toBe( label );
| ^
189 | }
190 |
191 | async wrapCurrentBlockWithGroup( currentBlockTitle ) {
at ToolbarRovingTabindexUtils.expectLabelToHaveFocus (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/toolbar-roving-tabindex.spec.js:188:23)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/toolbar-roving-tabindex.spec.js:145:3
|
Run the tests
Process completed with exit code 1.
|
Archive debug artifacts (screenshots, traces)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run the tests
1 failed
[chromium] › editor/various/toolbar-roving-tabindex.spec.js:137:2 › Toolbar roving tabindex › can reach toolbar items with arrow keys after pressing alt+F10
184 passed (8.6m)
|
Loading