chore: bump up vitest monorepo to v1 (major) (#5217) #931
Annotations
1 error and 1 notice
Run playwright tests:
tests/affine-local/e2e/image-preview.spec.ts#L517
1) image-preview.spec.ts:481:5 › image should able to delete and when delete, it will move to previous/next image
Error: expect(received).not.toBe(expected) // Object.is equality
Expected: not "Othh68BPs1g5RZDg9CnN6"
515 | .getByTestId('image-content')
516 | .getAttribute('data-blob-id')) as string;
> 517 | expect(newBlobId).not.toBe(blobId);
| ^
518 | }
519 | await page.waitForTimeout(500);
520 | await locator.getByTestId('delete-button').click();
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/image-preview.spec.ts:517:27
|
Run playwright tests
1 flaky
image-preview.spec.ts:481:5 › image should able to delete and when delete, it will move to previous/next image
22 passed (2.4m)
|
The logs for this run have expired and are no longer available.
Loading