Block lazy loading #80988
Annotations
10 errors and 1 notice
test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js#L37
1) [chromium] › editor/various/shortcut-focus-toolbar.spec.js:17:2 › Focus toolbar shortcut (alt + F10) › Focuses correct toolbar in default view options in edit mode
Error: expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button disabled id=":ra:" type="button" data-command=""…>…</button>
- unexpected value "not focused"
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
35 | );
36 | await toolbarUtils.moveToToolbarShortcut();
> 37 | await expect( toolbarUtils.blockToolbarParagraphButton ).toBeFocused();
| ^
38 | await expect( toolbarUtils.documentToolbarTooltip ).not.toBeVisible();
39 |
40 | // Test: Focus block toolbar from block content when block toolbar is visible
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js:37:60
|
test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js#L37
1) [chromium] › editor/various/shortcut-focus-toolbar.spec.js:17:2 › Focus toolbar shortcut (alt + F10) › Focuses correct toolbar in default view options in edit mode
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button disabled id=":ra:" type="button" data-command=""…>…</button>
- unexpected value "not focused"
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
35 | );
36 | await toolbarUtils.moveToToolbarShortcut();
> 37 | await expect( toolbarUtils.blockToolbarParagraphButton ).toBeFocused();
| ^
38 | await expect( toolbarUtils.documentToolbarTooltip ).not.toBeVisible();
39 |
40 | // Test: Focus block toolbar from block content when block toolbar is visible
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js:37:60
|
test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js#L37
1) [chromium] › editor/various/shortcut-focus-toolbar.spec.js:17:2 › Focus toolbar shortcut (alt + F10) › Focuses correct toolbar in default view options in edit mode
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rs:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
35 | );
36 | await toolbarUtils.moveToToolbarShortcut();
> 37 | await expect( toolbarUtils.blockToolbarParagraphButton ).toBeFocused();
| ^
38 | await expect( toolbarUtils.documentToolbarTooltip ).not.toBeVisible();
39 |
40 | // Test: Focus block toolbar from block content when block toolbar is visible
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js:37:60
|
test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js#L104
2) [chromium] › editor/various/shortcut-focus-toolbar.spec.js:90:3 › Focus toolbar shortcut (alt + F10) › In Top Toolbar option: › Focuses the correct toolbar in edit mode
Error: expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button disabled id=":ra:" type="button" data-command=""…>…</button>
- unexpected value "not focused"
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button disabled id=":ra:" type="button" data-command=""…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
102 | await expect(
103 | toolbarUtils.blockToolbarParagraphButton
> 104 | ).toBeFocused();
| ^
105 |
106 | // Test: Focus the block toolbar from paragraph block with content
107 | await editor.insertBlock( { name: 'core/paragraph' } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js:104:6
|
test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js#L104
2) [chromium] › editor/various/shortcut-focus-toolbar.spec.js:90:3 › Focus toolbar shortcut (alt + F10) › In Top Toolbar option: › Focuses the correct toolbar in edit mode
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button disabled id=":ra:" type="button" data-command=""…>…</button>
- unexpected value "not focused"
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
102 | await expect(
103 | toolbarUtils.blockToolbarParagraphButton
> 104 | ).toBeFocused();
| ^
105 |
106 | // Test: Focus the block toolbar from paragraph block with content
107 | await editor.insertBlock( { name: 'core/paragraph' } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js:104:6
|
test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js#L104
2) [chromium] › editor/various/shortcut-focus-toolbar.spec.js:90:3 › Focus toolbar shortcut (alt + F10) › In Top Toolbar option: › Focuses the correct toolbar in edit mode
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button disabled id=":ra:" type="button" data-command=""…>…</button>
- unexpected value "not focused"
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button disabled id=":ra:" type="button" data-command=""…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
102 | await expect(
103 | toolbarUtils.blockToolbarParagraphButton
> 104 | ).toBeFocused();
| ^
105 |
106 | // Test: Focus the block toolbar from paragraph block with content
107 | await editor.insertBlock( { name: 'core/paragraph' } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js:104:6
|
test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js#L133
3) [chromium] › editor/various/shortcut-focus-toolbar.spec.js:117:3 › Focus toolbar shortcut (alt + F10) › In Top Toolbar option: › Focuses the correct toolbar in select mode
Error: expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
131 | await expect(
132 | toolbarUtils.blockToolbarParagraphButton
> 133 | ).toBeFocused();
| ^
134 |
135 | // Test: Focus the block toolbar from paragraph in select mode
136 | await editor.insertBlock( { name: 'core/paragraph' } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js:133:6
|
test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js#L133
3) [chromium] › editor/various/shortcut-focus-toolbar.spec.js:117:3 › Focus toolbar shortcut (alt + F10) › In Top Toolbar option: › Focuses the correct toolbar in select mode
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
131 | await expect(
132 | toolbarUtils.blockToolbarParagraphButton
> 133 | ).toBeFocused();
| ^
134 |
135 | // Test: Focus the block toolbar from paragraph in select mode
136 | await editor.insertBlock( { name: 'core/paragraph' } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js:133:6
|
test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js#L133
3) [chromium] › editor/various/shortcut-focus-toolbar.spec.js:117:3 › Focus toolbar shortcut (alt + F10) › In Top Toolbar option: › Focuses the correct toolbar in select mode
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":ri:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
131 | await expect(
132 | toolbarUtils.blockToolbarParagraphButton
> 133 | ).toBeFocused();
| ^
134 |
135 | // Test: Focus the block toolbar from paragraph in select mode
136 | await editor.insertBlock( { name: 'core/paragraph' } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js:133:6
|
test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js#L171
4) [chromium] › editor/various/shortcut-focus-toolbar.spec.js:157:3 › Focus toolbar shortcut (alt + F10) › Smaller than large viewports › Focuses the correct toolbar in edit mode
Error: expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button disabled id=":r8:" type="button" data-command=""…>…</button>
- unexpected value "not focused"
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
- locator resolved to <button id=":rc:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rc:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rc:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rc:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rc:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rc:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
- locator resolved to <button id=":rc:" type="button" tabindex="-1" data-comma…>…</button>
- unexpected value "not focused"
169 | await expect(
170 | toolbarUtils.blockToolbarParagraphButton
> 171 | ).toBeFocused();
| ^
172 | await expect(
173 | toolbarUtils.documentToolbarTooltip
174 | ).not.toBeVisible();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/shortcut-focus-toolbar.spec.js:171:6
|
98 failed
[chromium] › editor/various/shortcut-focus-toolbar.spec.js:17:2 › Focus toolbar shortcut (alt + F10) › Focuses correct toolbar in default view options in edit mode
[chromium] › editor/various/shortcut-focus-toolbar.spec.js:90:3 › Focus toolbar shortcut (alt + F10) › In Top Toolbar option: › Focuses the correct toolbar in edit mode
[chromium] › editor/various/shortcut-focus-toolbar.spec.js:117:3 › Focus toolbar shortcut (alt + F10) › In Top Toolbar option: › Focuses the correct toolbar in select mode
[chromium] › editor/various/shortcut-focus-toolbar.spec.js:157:3 › Focus toolbar shortcut (alt + F10) › Smaller than large viewports › Focuses the correct toolbar in edit mode
[chromium] › editor/various/shortcut-focus-toolbar.spec.js:190:3 › Focus toolbar shortcut (alt + F10) › Smaller than large viewports › Focuses the correct toolbar in select mode
[chromium] › editor/various/splitting-merging.spec.js:15:2 › splitting and merging blocks (@Firefox, @WebKit) › should split and merge paragraph blocks using Enter and Backspace
[chromium] › editor/various/splitting-merging.spec.js:110:2 › splitting and merging blocks (@Firefox, @WebKit) › should delete an empty first line
[chromium] › editor/various/splitting-merging.spec.js:148:2 › splitting and merging blocks (@Firefox, @WebKit) › should not merge paragraphs if the selection is not collapsed
[chromium] › editor/various/splitting-merging.spec.js:182:2 › splitting and merging blocks (@Firefox, @WebKit) › should gracefully handle if placing caret in empty container
[chromium] › editor/various/splitting-merging.spec.js:258:2 › splitting and merging blocks (@Firefox, @WebKit) › should remove at most one paragraph in forward direction
[chromium] › editor/various/splitting-merging.spec.js:325:2 › splitting and merging blocks (@Firefox, @WebKit) › should undo split in one go
[chromium] › editor/various/splitting-merging.spec.js:347:2 › splitting and merging blocks (@Firefox, @WebKit) › should not split with line break in front (-firefox)
[chromium] › editor/various/splitting-merging.spec.js:420:3 › splitting and merging blocks (@Firefox, @WebKit) › test restore selection when merge produces more than one block › on forward delete
[chromium] › editor/various/splitting-merging.spec.js:440:3 › splitting and merging blocks (@Firefox, @WebKit) › test restore selection when merge produces more than one block › on backspace
[chromium] › editor/various/toolbar-roving-tabindex.spec.js:19:2 › Toolbar roving tabindex › ensures base block toolbars use roving tabindex
[chromium] › editor/various/toolbar-roving-tabindex.spec.js:118:2 › Toolbar roving tabindex › ensures block toolbar remembers the last focused item
[chromium] › editor/various/toolbar-roving-tabindex.spec.js:134:2 › Toolbar roving tabindex › can reach toolbar items with arrow keys after pressing alt+F10
[chromium] › editor/various/undo.spec.js:17:2 › undo › should undo typing after a pause ────────
[chromium] › editor/various/undo.spec.js:85:2 › undo › should undo typing after non input change
[chromium] › editor/various/undo.spec.js:162:2 › undo › should undo bold ───────────────────────
[chromium] › editor/various/undo.spec.js:187:2 › undo › Should undo/redo to expected level intervals
[chromium] › editor/various/undo.spec.js:324:2 › undo › should undo for explicit persistence editing post
[chromium] › editor/various/undo.spec.js:368:2 › undo › should not create undo levels when saving
[chromium] › editor/various/undo.spec.js:386:2 › undo › should not create undo levels when publishing
[chromium] › editor/various/undo.spec.js:399:2 › undo › should immediately create an undo level on typing
[chromium] › editor/various/undo.spec.js:440:2 › undo › should be able to undo and redo when transient changes have been made and we update/publish
[chromium] › editor/various/writing-flow.spec.js:21:2 › Writing Flow (@Firefox, @WebKit) › Should navigate inner blocks with arrow keys
[chromium] › edi
|
The logs for this run have expired and are no longer available.
Loading