Writing flow: select next block on Enter key #122202
Annotations
4 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/site-editor/writing-flow.spec.js#L109
1) [chromium] › site-editor/writing-flow.spec.js:74:2 › Site editor writing flow › enter selects the next block
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Empty block' })
Expected: focused
Received: <element(s) not found>
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Empty block' })
107 | name: 'Empty block',
108 | } );
> 109 | await expect( thirdBlock ).toBeFocused();
| ^
110 | } );
111 | } );
112 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/writing-flow.spec.js:109:30
|
Run the tests:
test/e2e/specs/site-editor/writing-flow.spec.js#L109
1) [chromium] › site-editor/writing-flow.spec.js:74:2 › Site editor writing flow › enter selects the next block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Empty block' })
Expected: focused
Received: <element(s) not found>
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Empty block' })
107 | name: 'Empty block',
108 | } );
> 109 | await expect( thirdBlock ).toBeFocused();
| ^
110 | } );
111 | } );
112 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/writing-flow.spec.js:109:30
|
Run the tests:
test/e2e/specs/site-editor/writing-flow.spec.js#L109
1) [chromium] › site-editor/writing-flow.spec.js:74:2 › Site editor writing flow › enter selects the next block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Empty block' })
Expected: focused
Received: <element(s) not found>
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Empty block' })
107 | name: 'Empty block',
108 | } );
> 109 | await expect( thirdBlock ).toBeFocused();
| ^
110 | } );
111 | } );
112 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/writing-flow.spec.js:109:30
|
Run the tests
Process completed with exit code 1.
|
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 failed
[chromium] › site-editor/writing-flow.spec.js:74:2 › Site editor writing flow › enter selects the next block
2 skipped
196 passed (6.9m)
|
Loading