Storybook: Add Story for BlockVariationPicker #123788
Annotations
1 error, 2 warnings, and 1 notice
Run the tests:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L93
1) [chromium] › 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: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('grid').getByRole('button').first()
Expected: focused
Received: inactive
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-147-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-147-label" aria-describedby="view-list-0-147-description"></button>
- unexpected value "not focused"
91 | // Go back to the items list using SHIFT+TAB.
92 | await page.keyboard.press( 'Shift+Tab' );
> 93 | await expect( firstItem ).toBeFocused();
| ^
94 | } );
95 |
96 | test( 'Navigates the items list via UP/DOWN arrow keys', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:93:29
|
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 flaky
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB, and vice versa
1 skipped
172 passed (8.0m)
|
Loading