chore: complete Prisma 6 upgrade #19889
Annotations
11 errors, 2 warnings, and 1 notice
Upload test results
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Server E2E Test 2/3:
tests/affine-cloud/e2e/page-history.spec.ts#L133
1) page-history.spec.ts:88:5 › can restore page to a history version ─────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('page-history-modal').locator('[data-block-is-title]')
Expected string: "TEST TITLE"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('page-history-modal').locator('[data-block-is-title]')
131 |
132 | // check the first item in the preview should have title 'TEST TITLE'
> 133 | await expect(modal.locator('[data-block-is-title]')).toHaveText('TEST TITLE');
| ^
134 |
135 | // click restore
136 | await modal
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/page-history.spec.ts:133:56
|
Server E2E Test 2/3:
tests/affine-cloud/e2e/page-history.spec.ts#L133
1) page-history.spec.ts:88:5 › can restore page to a history version ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('page-history-modal').locator('[data-block-is-title]')
Expected string: "TEST TITLE"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('page-history-modal').locator('[data-block-is-title]')
131 |
132 | // check the first item in the preview should have title 'TEST TITLE'
> 133 | await expect(modal.locator('[data-block-is-title]')).toHaveText('TEST TITLE');
| ^
134 |
135 | // click restore
136 | await modal
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/page-history.spec.ts:133:56
|
Server E2E Test 2/3:
tests/affine-cloud/e2e/page-history.spec.ts#L133
1) page-history.spec.ts:88:5 › can restore page to a history version ─────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('page-history-modal').locator('[data-block-is-title]')
Expected string: "TEST TITLE"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('page-history-modal').locator('[data-block-is-title]')
131 |
132 | // check the first item in the preview should have title 'TEST TITLE'
> 133 | await expect(modal.locator('[data-block-is-title]')).toHaveText('TEST TITLE');
| ^
134 |
135 | // click restore
136 | await modal
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/page-history.spec.ts:133:56
|
Server E2E Test 2/3:
tests/affine-cloud/e2e/page-history.spec.ts#L133
1) page-history.spec.ts:88:5 › can restore page to a history version ─────────────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('page-history-modal').locator('[data-block-is-title]')
Expected string: "TEST TITLE"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('page-history-modal').locator('[data-block-is-title]')
131 |
132 | // check the first item in the preview should have title 'TEST TITLE'
> 133 | await expect(modal.locator('[data-block-is-title]')).toHaveText('TEST TITLE');
| ^
134 |
135 | // click restore
136 | await modal
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/page-history.spec.ts:133:56
|
Server E2E Test 2/3:
tests/kit/utils/page-logic.ts#L23
2) share-page.spec.ts:33:5 › can enable share page ───────────────────────────────────────────────
TimeoutError: page.waitForSelector: Timeout 20000ms exceeded.
Call log:
- waiting for locator('v-line') to be visible
at ../../kit/utils/page-logic.ts:23
21 |
22 | export async function waitForEditorLoad(page: Page) {
> 23 | await page.waitForSelector('v-line', {
| ^
24 | timeout: 20000,
25 | });
26 | }
at waitForEditorLoad (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/page-logic.ts:23:14)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/share-page.spec.ts:64:28
|
Server E2E Test 2/3:
tests/kit/utils/page-logic.ts#L23
2) share-page.spec.ts:33:5 › can enable share page ───────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForSelector: Timeout 20000ms exceeded.
Call log:
- waiting for locator('v-line') to be visible
at ../../kit/utils/page-logic.ts:23
21 |
22 | export async function waitForEditorLoad(page: Page) {
> 23 | await page.waitForSelector('v-line', {
| ^
24 | timeout: 20000,
25 | });
26 | }
at waitForEditorLoad (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/page-logic.ts:23:14)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/share-page.spec.ts:64:28
|
Server E2E Test 2/3:
tests/kit/utils/page-logic.ts#L23
2) share-page.spec.ts:33:5 › can enable share page ───────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForSelector: Timeout 20000ms exceeded.
Call log:
- waiting for locator('v-line') to be visible
at ../../kit/utils/page-logic.ts:23
21 |
22 | export async function waitForEditorLoad(page: Page) {
> 23 | await page.waitForSelector('v-line', {
| ^
24 | timeout: 20000,
25 | });
26 | }
at waitForEditorLoad (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/page-logic.ts:23:14)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/share-page.spec.ts:64:28
|
Server E2E Test 2/3:
tests/kit/utils/page-logic.ts#L23
2) share-page.spec.ts:33:5 › can enable share page ───────────────────────────────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForSelector: Timeout 20000ms exceeded.
Call log:
- waiting for locator('v-line') to be visible
at ../../kit/utils/page-logic.ts:23
21 |
22 | export async function waitForEditorLoad(page: Page) {
> 23 | await page.waitForSelector('v-line', {
| ^
24 | timeout: 20000,
25 | });
26 | }
at waitForEditorLoad (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/page-logic.ts:23:14)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/share-page.spec.ts:64:28
|
Server E2E Test 2/3:
tests/kit/utils/page-logic.ts#L23
3) share-page.spec.ts:73:5 › share page should have toc ──────────────────────────────────────────
TimeoutError: page.waitForSelector: Timeout 20000ms exceeded.
Call log:
- waiting for locator('v-line') to be visible
at ../../kit/utils/page-logic.ts:23
21 |
22 | export async function waitForEditorLoad(page: Page) {
> 23 | await page.waitForSelector('v-line', {
| ^
24 | timeout: 20000,
25 | });
26 | }
at waitForEditorLoad (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/page-logic.ts:23:14)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/share-page.spec.ts:108:28
|
Server E2E Test 2/3:
tests/kit/utils/page-logic.ts#L23
3) share-page.spec.ts:73:5 › share page should have toc ──────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForSelector: Timeout 20000ms exceeded.
Call log:
- waiting for locator('v-line') to be visible
at ../../kit/utils/page-logic.ts:23
21 |
22 | export async function waitForEditorLoad(page: Page) {
> 23 | await page.waitForSelector('v-line', {
| ^
24 | timeout: 20000,
25 | });
26 | }
at waitForEditorLoad (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/page-logic.ts:23:14)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/share-page.spec.ts:108:28
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Server E2E Test 2/3:
tests/affine-cloud/open-in-app.spec.ts#L1
tests/affine-cloud/open-in-app.spec.ts took 59.3s
|
Server E2E Test 2/3
7 failed
page-history.spec.ts:88:5 › can restore page to a history version ──────────────────────────────
share-page.spec.ts:33:5 › can enable share page ────────────────────────────────────────────────
share-page.spec.ts:73:5 › share page should have toc ───────────────────────────────────────────
share-page.spec.ts:129:5 › append paragraph should be disabled in shared mode ──────────────────
share-page.spec.ts:177:5 › share page with default edgeless ────────────────────────────────────
share-page.spec.ts:222:5 › image preview should be shown ───────────────────────────────────────
share-page.spec.ts:262:5 › The reference links in the shared page should be accessible normally and can go back and forward
1 skipped
3 passed (25.2m)
|
Loading