fix: patch service syntax #9417
Annotations
1 error and 1 notice
Run playwright tests:
tests/affine-local/e2e/blocksuite/editor.spec.ts#L74
1) blocksuite/editor.spec.ts:45:5 › link page is useable ─────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.doc-title-container:has-text("page1")')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.doc-title-container:has-text("page1")')
72 | await expect(
73 | page.locator('.doc-title-container:has-text("page1")')
> 74 | ).toBeVisible();
| ^
75 | });
76 |
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/blocksuite/editor.spec.ts:74:5
|
Run playwright tests
1 flaky
blocksuite/editor.spec.ts:45:5 › link page is useable ──────────────────────────────────────────
25 passed (3.1m)
|
Loading