chore: bump up vitest monorepo to v1 (major) #930
Annotations
1 error, 1 warning, and 1 notice
Server E2E Test 1/3:
tests/affine-cloud/e2e/collaboration.spec.ts#L212
1) collaboration.spec.ts:187:5 › can sync collections between different browser ──────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('collections').getByText('test collection')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByTestId('collections').getByText('test collection')
210 | await page2.goto(page.url());
211 | const collections = page2.getByTestId('collections');
> 212 | await expect(collections.getByText('test collection')).toBeVisible();
| ^
213 | }
214 | });
215 |
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/collaboration.spec.ts:212:60
|
Server E2E Test 1/3:
tests/affine-cloud/collaboration.spec.ts#L1
tests/affine-cloud/collaboration.spec.ts took 3.7m
|
Server E2E Test 1/3
1 flaky
collaboration.spec.ts:187:5 › can sync collections between different browser ───────────────────
4 passed (4.1m)
|
The logs for this run have expired and are no longer available.
Loading