Copilot Cron Test #54
Annotations
5 errors and 1 notice
tests/affine-cloud-copilot/e2e/copilot.spec.ts#L300
1) copilot.spec.ts:280:7 › chat panel › can be chat and insert below in page mode ────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 0
Hello! How can I assist you today with AFFiNE? Whether you're looking to write documents, create diagrams, or plan projects, I'm here to help!
- Type '/' for commands
298 | await (await resp.waitForSelector('.ai-item-insert-below')).click();
299 | const editorContent = await getEditorContent(page);
> 300 | expect(editorContent).toBe(content);
| ^
301 | });
302 |
303 | test('can be retry or discard chat in page mode', async ({ page }) => {
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud-copilot/e2e/copilot.spec.ts:300:27
|
tests/affine-cloud-copilot/e2e/copilot.spec.ts#L300
1) copilot.spec.ts:280:7 › chat panel › can be chat and insert below in page mode ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 0
Hello! How can I assist you today with AFFiNE? Whether it's writing docs, drawing diagrams, or planning something, I'm here to help.
- Type '/' for commands
298 | await (await resp.waitForSelector('.ai-item-insert-below')).click();
299 | const editorContent = await getEditorContent(page);
> 300 | expect(editorContent).toBe(content);
| ^
301 | });
302 |
303 | test('can be retry or discard chat in page mode', async ({ page }) => {
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud-copilot/e2e/copilot.spec.ts:300:27
|
tests/affine-cloud-copilot/e2e/copilot.spec.ts#L300
1) copilot.spec.ts:280:7 › chat panel › can be chat and insert below in page mode ────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 0
Hello! How can I assist you today with AFFiNE? Whether you're writing a document, drawing a diagram, or planning a project, I'm here to help!
- Type '/' for commands
298 | await (await resp.waitForSelector('.ai-item-insert-below')).click();
299 | const editorContent = await getEditorContent(page);
> 300 | expect(editorContent).toBe(content);
| ^
301 | });
302 |
303 | test('can be retry or discard chat in page mode', async ({ page }) => {
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud-copilot/e2e/copilot.spec.ts:300:27
|
tests/affine-cloud-copilot/e2e/copilot.spec.ts#L300
1) copilot.spec.ts:280:7 › chat panel › can be chat and insert below in page mode ────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 0
Hello! How can I assist you today with AFFiNE? Whether you're looking to write, draw, or plan, I'm here to help! 😊
- Type '/' for commands
298 | await (await resp.waitForSelector('.ai-item-insert-below')).click();
299 | const editorContent = await getEditorContent(page);
> 300 | expect(editorContent).toBe(content);
| ^
301 | });
302 |
303 | test('can be retry or discard chat in page mode', async ({ page }) => {
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud-copilot/e2e/copilot.spec.ts:300:27
|
|
|
This job failed
Loading