Theme JSON: remove redundant check and relocate $selectors assignment #116823
Annotations
1 error and 1 notice
Run the tests:
test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L496
1) [webkit] › editor/various/autocomplete-and-mentions.spec.js:463:2 › Autocomplete (@Firefox, @WebKit) › should insert elements from multiple completers in a single block
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 11
Array [
Object {
"attributes": Object {
- "content": "@RingBearer +thebetterhobbit",
+ "content": "@RingBearer +bi",
+ "dropCap": false,
+ },
+ "innerBlocks": Array [],
+ "name": "core/paragraph",
+ },
+ Object {
+ "attributes": Object {
+ "content": "",
+ "dropCap": false,
},
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
494 | await page.keyboard.press( 'Enter' );
495 |
> 496 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
497 | {
498 | name: 'core/paragraph',
499 | attributes: { content: '@RingBearer +thebetterhobbit' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:496:3
|
|
Loading