chore: bump up react-router-dom version to v7 #23513
Annotations
5 errors, 3 warnings, and 1 notice
tests/affine-mobile/e2e/home.spec.ts#L51
1) [Mobile Safari] › home.spec.ts:44:1 › all tab ─────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
49 |
50 | const todayDocs = page.getByTestId('doc-card');
> 51 | expect(await todayDocs.count()).toBeGreaterThan(0);
| ^
52 | });
53 |
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/home.spec.ts:51:35
|
tests/affine-mobile/e2e/home.spec.ts#L51
1) [Mobile Safari] › home.spec.ts:44:1 › all tab ─────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
49 |
50 | const todayDocs = page.getByTestId('doc-card');
> 51 | expect(await todayDocs.count()).toBeGreaterThan(0);
| ^
52 | });
53 |
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/home.spec.ts:51:35
|
tests/affine-mobile/e2e/home.spec.ts#L46
1) [Mobile Safari] › home.spec.ts:44:1 › all tab ─────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: locator('#app-tabs').getByRole('tab', { name: 'all' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for locator('#app-tabs').getByRole('tab', { name: 'all' })
44 | test('all tab', async ({ page }) => {
45 | const docsTab = page.locator('#app-tabs').getByRole('tab', { name: 'all' });
> 46 | await expect(docsTab).toBeVisible();
| ^
47 |
48 | await docsTab.click();
49 |
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/home.spec.ts:46:25
|
tests/affine-mobile/e2e/home.spec.ts#L51
1) [Mobile Safari] › home.spec.ts:44:1 › all tab ─────────────────────────────────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
49 |
50 | const todayDocs = page.getByTestId('doc-card');
> 51 | expect(await todayDocs.count()).toBeGreaterThan(0);
| ^
52 | });
53 |
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/home.spec.ts:51:35
|
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
tests/affine-mobile/[Mobile Safari] › settings.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › settings.spec.ts took 51.2s
|
tests/affine-mobile/[Mobile Chrome] › detail.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › detail.spec.ts took 30.5s
|
|
The logs for this run have expired and are no longer available.
Loading