Update Changelog for 16.8.0 #86153
Annotations
3 errors and 1 notice
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1218
1) [webkit] › editor/various/multi-block-selection.spec.js:1175:2 › Multi-block selection › should partially select with shift + click (@WebKit)
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Array [
Object {
"attributes": Object {
- "content": "<strong>1</strong>|2",
+ "content": "|",
},
"name": "core/paragraph",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
1216 | // Ensure selection is in the correct place.
1217 | await page.keyboard.type( '|' );
> 1218 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
1219 | {
1220 | name: 'core/paragraph',
1221 | attributes: { content: '<strong>1</strong>|2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1218:3
|
test/e2e/specs/editor/various/writing-flow.spec.js#L1140
2) [webkit] › editor/various/writing-flow.spec.js:1120:2 › Writing Flow (@Firefox, @WebKit) › should select synced pattern
Error: expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('[data-type="core/block"]')
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- waiting for frameLocator('[name="editor-canvas"]').locator('[data-type="core/block"]')
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
1138 | await expect(
1139 | editor.canvas.locator( '[data-type="core/block"]' )
> 1140 | ).toBeFocused();
| ^
1141 | } );
1142 | } );
1143 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:1140:5
|
test/e2e/specs/editor/various/writing-flow.spec.js#L1132
2) [webkit] › editor/various/writing-flow.spec.js:1120:2 › Writing Flow (@Firefox, @WebKit) › should select synced pattern
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('[data-type="core/block"]')
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- waiting for frameLocator('[name="editor-canvas"]').locator('[data-type="core/block"]')
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
1130 | await expect(
1131 | editor.canvas.locator( '[data-type="core/block"]' )
> 1132 | ).toBeFocused();
| ^
1133 |
1134 | await editor.insertBlock( { name: 'core/paragraph' } );
1135 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:1132:5
|
|
The logs for this run have expired and are no longer available.
Loading