fix(page): snapshot export assets rename #15858
Annotations
1 error, 1 warning, and 1 notice
Run playwright test:
tests/utils/asserts.ts#L231
1) paragraph.spec.ts:1866:1 › delete divider using keyboard from prev/next paragraph ─────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 1
Received: 2
at utils/asserts.ts:231
229 | export async function assertDivider(page: Page, count: number) {
230 | const actual = await page.locator('affine-divider').count();
> 231 | expect(actual).toEqual(count);
| ^
232 | }
233 |
234 | export async function assertRichDragButton(page: Page) {
at assertDivider (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:231:18)
at /home/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1888: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
paragraph.spec.ts:1866:1 › delete divider using keyboard from prev/next paragraph ──────────────
1 skipped
63 passed (3.3m)
|
The logs for this run have expired and are no longer available.
Loading