Copilot Cron Test #10
Annotations
1 error and 1 notice
Run Copilot E2E Test:
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? Whether you're looking to write a document, create a diagram, or plan something using AFFiNE, 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
|
Run Copilot E2E Test
1 flaky
copilot.spec.ts:235:7 › chat panel › can be create as a doc ────────────────────────────────────
8 skipped
29 passed (15.0m)
|
Loading