Site Editor: Standardize block tools toggle button size to 32px #98643
Annotations
1 error, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1318
1) [webkit] › editor/various/multi-block-selection.spec.js:1296:3 › Multi-block selection (@Firefox, @WebKit) › shift+click multi-selection › should multi-select block with text selection and a block without text selection
Error: expect(received).toMatchObject(expected)
- Expected - 3
+ Received + 4
Array [
Object {
"attributes": Object {
"content": "hi",
+ "dropCap": false,
},
+ "clientId": "c7ddf648-2993-49a2-b910-9586dcdff5bb",
+ "innerBlocks": Array [],
+ "isValid": true,
"name": "core/paragraph",
- },
- Object {
- "name": "core/spacer",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
1316 | await expect
1317 | .poll( multiBlockSelectionUtils.getSelectedBlocks )
> 1318 | .toMatchObject( [
| ^
1319 | { name: 'core/paragraph', attributes: { content: 'hi' } },
1320 | { name: 'core/spacer' },
1321 | ] );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1318:6
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
Loading