Copilot Cron Test #12
copilot-test.yml
on: workflow_dispatch
Build Server native
1m 29s
Server Copilot Api Test
10m 6s
Server Copilot E2E Test
17m 19s
Post test result message
24s
Annotations
2 errors and 1 notice
copilot.spec.ts:235:7 › chat panel › can be create as a doc:
tests/affine-cloud/e2e/copilot.spec.ts#L249
1) copilot.spec.ts:235:7 › chat panel › can be create as a doc ───────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Hello! How can I assist you today with AFFiNE? Whether it's writing docs, drawing diagrams, or planning something, I'm here to help!"
Received: ""
247 | await page.waitForSelector('page-editor');
248 | const editorContent = await getEditorContent(page);
> 249 | expect(editorContent).toBe(content);
| ^
250 | });
251 |
252 | // feature not launched yet
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/copilot.spec.ts:249:27
|
copilot.spec.ts:235:7 › chat panel › can be create as a doc:
tests/affine-cloud/e2e/copilot.spec.ts#L249
1) copilot.spec.ts:235:7 › chat panel › can be create as a doc ───────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Hello! How can I assist you today with AFFiNE? Whether it's writing docs, drawing diagrams, or planning something, I'm here to help!"
Received: ""
247 | await page.waitForSelector('page-editor');
248 | const editorContent = await getEditorContent(page);
> 249 | expect(editorContent).toBe(content);
| ^
250 | });
251 |
252 | // feature not launched yet
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/copilot.spec.ts:249:27
|
🎭 Playwright Run Summary
1 flaky
copilot.spec.ts:235:7 › chat panel › can be create as a doc ────────────────────────────────────
8 skipped
29 passed (14.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
server-native.node
Expired
|
4.31 MB |
|