Copilot Cron Test #13
Annotations
3 errors and 1 notice
tests/affine-cloud-copilot/e2e/copilot.spec.ts#L251
1) copilot.spec.ts:237: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 documents, drawing diagrams, or planning projects, I'm here to help!"
Received: ""
249 | await page.waitForSelector('page-editor');
250 | const editorContent = await getEditorContent(page);
> 251 | expect(editorContent).toBe(content);
| ^
252 | });
253 |
254 | // feature not launched yet
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud-copilot/e2e/copilot.spec.ts:251:27
|
tests/affine-cloud-copilot/e2e/copilot.spec.ts#L251
1) copilot.spec.ts:237: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 documents, creating diagrams, or planning projects, I'm here to help!"
Received: ""
249 | await page.waitForSelector('page-editor');
250 | const editorContent = await getEditorContent(page);
> 251 | expect(editorContent).toBe(content);
| ^
252 | });
253 |
254 | // feature not launched yet
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud-copilot/e2e/copilot.spec.ts:251:27
|
tests/affine-cloud-copilot/e2e/copilot.spec.ts#L251
1) copilot.spec.ts:237: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 you're looking to write, draw, or plan, I'm here to help!"
Received: ""
249 | await page.waitForSelector('page-editor');
250 | const editorContent = await getEditorContent(page);
> 251 | expect(editorContent).toBe(content);
| ^
252 | });
253 |
254 | // feature not launched yet
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud-copilot/e2e/copilot.spec.ts:251:27
|
|
This job succeeded
Loading