chore: bump up undici version to v6.6.1 [SECURITY] (#5828) #4247
Annotations
1 error and 1 notice
Run playwright tests:
tests/affine-local/e2e/quick-search.spec.ts#L294
1) quick-search.spec.ts:257:5 › assert the recent browse pages are on the recent list ────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('doc-title .inline-editor').first()
Expected string: "battlekot"
Received string: "ttlekot"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('doc-title .inline-editor').first()
- locator resolved to <div data-v-root="true" contenteditable="true" class=…>…</div>
- unexpected value "ttlekot"
- locator resolved to <div data-v-root="true" contenteditable="true" class=…>…</div>
- unexpected value "ttlekot"
- locator resolved to <div data-v-root="true" contenteditable="true" class=…>…</div>
- unexpected value "ttlekot"
- locator resolved to <div data-v-root="true" contenteditable="true" class=…>…</div>
- unexpected value "ttlekot"
- locator resolved to <div data-v-root="true" contenteditable="true" class=…>…</div>
- unexpected value "ttlekot"
- locator resolved to <div data-v-root="true" contenteditable="true" class=…>…</div>
- unexpected value "ttlekot"
- locator resolved to <div data-v-root="true" contenteditable="true" class=…>…</div>
- unexpected value "ttlekot"
- locator resolved to <div data-v-root="true" contenteditable="true" class=…>…</div>
- unexpected value "ttlekot"
- locator resolved to <div data-v-root="true" contenteditable="true" class=…>…</div>
- unexpected value "ttlekot"
292 | await title.click();
293 | await title.pressSequentially('battlekot', { delay: 100 });
> 294 | await expect(title).toHaveText('battlekot');
| ^
295 | }
296 |
297 | await openQuickSearchByShortcut(page);
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/quick-search.spec.ts:294:25
|
Run playwright tests
1 flaky
quick-search.spec.ts:257:5 › assert the recent browse pages are on the recent list ─────────────
21 passed (2.5m)
|
The logs for this run have expired and are no longer available.
Loading