Add stylebook screen for classic themes #121152
Annotations
1 error, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/site-editor/navigation.spec.js#L66
1) [chromium] › site-editor/navigation.spec.js:21:2 › Site editor navigation › Can use keyboard to navigate the site editor
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' })
- 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/6f760959-d93b-4923-96ff-4b01933e8b91"></iframe>
- unexpected value "not focused"
- 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/6f760959-d93b-4923-96ff-4b01933e8b91"></iframe>
- unexpected value "not focused"
- 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/6f760959-d93b-4923-96ff-4b01933e8b91"></iframe>
- unexpected value "not focused"
- 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/6f760959-d93b-4923-96ff-4b01933e8b91"></iframe>
- unexpected value "not focused"
- 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/6f760959-d93b-4923-96ff-4b01933e8b91"></iframe>
- unexpected value "not focused"
- 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/6f760959-d93b-4923-96ff-4b01933e8b91"></iframe>
- unexpected value "not focused"
- 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/6f760959-d93b-4923-96ff-4b01933e8b91"></iframe>
- unexpected value "not focused"
- 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/6f760959-d93b-4923-96ff-4b01933e8b91"></iframe>
- unexpected value "not focused"
- 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/6f760959-d93b-4923-96ff-4b01933e8b91"></iframe>
- unexpected value "not focused"
64 | // focusable iframe with role=button.
65 | await pageUtils.pressKeys( 'Tab' );
> 66 | await expect( editorCanvasButton ).toBeFocused();
| ^
67 |
68 | // Tab to the Pages item to move focus back in the UI.
69 | await editorNavigationUtils.tabToLabel( 'Pages' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/navigation.spec.js:66:38
|
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/navigation.spec.js:21:2 › Site editor navigation › Can use keyboard to navigate the site editor
1 skipped
189 passed (9.2m)
|
Loading