StoryBook: Fix error that could occur when loading compiled CSS (#68526) #123579
Annotations
1 error, 2 warnings, and 1 notice
Run the tests:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L89
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('region', { name: 'Editor content' }).getByRole('button', { name: 'Edit' })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor content' }).getByRole('button', { name: 'Edit' })
9 × locator resolved to <iframe tabindex="0" role="button" aria-label="Edit" name="editor-canvas" aria-disabled="false" class="edit-site-visual-editor__editor-canvas" src="blob:http://localhost:8889/0f037b81-d797-476b-96ee-e5f687856e87"></iframe>
- unexpected value "not focused"
87 | .getByRole( 'region', { name: 'Editor content' } )
88 | .getByRole( 'button', { name: 'Edit' } )
> 89 | ).toBeFocused();
| ^
90 |
91 | // Go back to the items list using SHIFT+TAB.
92 | await page.keyboard.press( 'Shift+Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:89:5
|
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.2m)
|
Loading