Copilot Cron Test #7
copilot-test.yml
on: workflow_dispatch
Build Server native
1m 38s
Server Copilot Api Test
11m 0s
Server Copilot E2E Test
19m 36s
Post deploy message
22s
Annotations
7 errors and 1 notice
Server Copilot Api Test
Process completed with exit code 1.
|
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 you're working on a document, a diagram, 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 you need help with writing documents, drawing diagrams, or planning projects, 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 #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Hello! How can I assist you today with AFFiNE? Whether it's writing documents, drawing diagrams, or planning projects, 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 #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Hello! How can I assist you today with AFFiNE? Whether you're writing docs, drawing diagrams, or planning projects, 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:184:7 › chat panel › chat actions:
tests/affine-cloud/e2e/copilot.spec.ts#L198
2) copilot.spec.ts:184:7 › chat panel › chat actions ─────────────────────────────────────────────
Error: expect(received).not.toBe(expected) // Object.is equality
Expected: not "Hello! How can I assist you today with AFFiNE? Whether it's writing docs, drawing diagrams, or planning something, I'm here to help!"
196 | );
197 | await page.getByTestId('action-retry-button').click();
> 198 | expect((await collectChat(page))[1].content).not.toBe(content);
| ^
199 | });
200 |
201 | test('can be insert below', async ({ page }) => {
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/copilot.spec.ts:198:54
|
Server Copilot E2E Test
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
copilot.spec.ts:235:7 › chat panel › can be create as a doc ────────────────────────────────────
1 flaky
copilot.spec.ts:184:7 › chat panel › chat actions ──────────────────────────────────────────────
8 skipped
28 passed (17.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
server-native.node
Expired
|
4.31 MB |
|
test-results-e2e-server-copilot
Expired
|
469 MB |
|