chore(editor): move legacy doc collection to test workspace #21794
Annotations
1 error and 1 notice
Run Copilot E2E Test 1/3:
tests/affine-cloud-copilot/e2e/copilot.spec.ts#L207
1) copilot.spec.ts:193: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!"
205 | );
206 | await page.getByTestId('action-retry-button').click();
> 207 | expect((await collectChat(page))[1].content).not.toBe(content);
| ^
208 | });
209 |
210 | test('can be insert below', async ({ page }) => {
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud-copilot/e2e/copilot.spec.ts:207:54
|
Run Copilot E2E Test 1/3
1 flaky
copilot.spec.ts:193:7 › chat panel › chat actions ──────────────────────────────────────────────
1 skipped
12 passed (4.1m)
|
Loading