fix(page): snapshot export assets rename #15858
Annotations
1 error, 1 warning, and 1 notice
Run playwright test:
tests/utils/asserts.ts#L310
1) list.spec.ts:636:1 › delete list item with nested children items ──────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: {"index": 1, "length": 0}
Received: null
at utils/asserts.ts:310
308 | [richTextIndex, currentEditorIndex]
309 | );
> 310 | expect(actual).toEqual({ index: rangeIndex, length: rangeLength });
| ^
311 | }
312 |
313 | export async function assertNativeSelectionRangeCount(
at assertRichTextInlineRange (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:310:18)
at /home/runner/work/blocksuite/blocksuite/tests/list.spec.ts:681:3
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run playwright test
1 flaky
list.spec.ts:636:1 › delete list item with nested children items ───────────────────────────────
1 skipped
63 passed (3.1m)
|
The logs for this run have expired and are no longer available.
Loading