TypeScript: Convert redux-store types in data package to TS #136033
Annotations
1 error and 1 notice
|
Run the tests:
test/e2e/specs/editor/various/block-hierarchy-navigation.spec.js#L216
1) [chromium] › test/e2e/specs/editor/various/block-hierarchy-navigation.spec.js:190:2 › Navigating the block hierarchy › should select the wrapper div for a group
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -6,11 +6,11 @@
"content": "just a paragraph",
},
"name": "core/paragraph",
},
Object {
- "name": "core/spacer",
+ "name": "core/separator",
},
],
"name": "core/group",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
214 |
215 | // Verify group block contents.
> 216 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
217 | {
218 | name: 'core/group',
219 | innerBlocks: [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-hierarchy-navigation.spec.js:216:3
|
|
Run the tests
1 flaky
[chromium] › test/e2e/specs/editor/various/block-hierarchy-navigation.spec.js:190:2 › Navigating the block hierarchy › should select the wrapper div for a group
1 skipped
236 passed (10.8m)
|
Loading