UI: add Checkbox primitive #153261
Annotations
2 errors and 1 notice
|
Run the tests:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L81
2) [chromium] › specs/site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB, and vice versa
Error: expect(locator).toBeFocused() failed
Locator: getByRole('grid').getByRole('button').first()
Expected: focused
Received: inactive
Timeout: 5000ms
Call log:
- Expect "toBeFocused" with timeout 5000ms
- waiting for getByRole('grid').getByRole('button').first()
9 × locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-540-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-540-label" aria-describedby="view-list-0-540-description"></button>
- unexpected value "inactive"
79 | await expect( page.getByRole( 'grid' ) ).toBeVisible();
80 | await page.keyboard.press( 'Tab' );
> 81 | await expect( firstItem ).toBeFocused();
| ^
82 |
83 | // Go to the preview.
84 | await page.keyboard.press( 'Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:81:29
|
|
Run the tests:
packages/e2e-test-utils-playwright/src/editor/select-blocks.ts#L26
1) [chromium] › specs/editor/various/post-content-focus-mode.spec.js:129:3 › Post Content focus mode › post content inside a template part › post title and content are editable and blocks can be inserted › Paragraph and Group blocks are available in the inserter
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[name="editor-canvas"]').contentFrame().getByText('Initial content')
at ../../../packages/e2e-test-utils-playwright/src/editor/select-blocks.ts:26
24 | : endSelectorOrLocator;
25 |
> 26 | const startClientId = await startBlock.getAttribute( 'data-block' );
| ^
27 | const endClientId = await endBlock?.getAttribute( 'data-block' );
28 |
29 | if ( endClientId ) {
at Editor.selectBlocks (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/select-blocks.ts:26:41)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-content-focus-mode.spec.js:163:18
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-content-focus-mode.spec.js:159:15
|
|
Run the tests
2 flaky
[chromium] › specs/editor/various/post-content-focus-mode.spec.js:129:3 › Post Content focus mode › post content inside a template part › post title and content are editable and blocks can be inserted
[chromium] › specs/site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB, and vice versa
5 skipped
242 passed (14.5m)
|
Loading