fix: should not reload bookmark when title is not empty (#5882) #15033
Annotations
3 errors and 1 notice
Run playwright test:
tests/attachment.spec.ts#L1
1) attachment.spec.ts:261:1 › should rename attachment works ─────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/attachment.spec.ts#L68
1) attachment.spec.ts:261:1 › should rename attachment works ─────────────────────────────────────
Error: locator.innerText: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('affine-attachment').locator('.affine-attachment-name')
66 |
67 | const getName = () =>
> 68 | attachment.locator('.affine-attachment-name').innerText();
| ^
69 |
70 | return {
71 | // locators
at getName (/home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:68:51)
at rename (/home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:100:20)
at /home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:292:3
|
Run playwright test:
tests/utils/asserts.ts#L217
2) attachment.spec.ts:300:1 › should turn attachment to image works ──────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 1
Received: 0
at utils/asserts.ts:217
215 | const editor = getEditorLocator(page);
216 | const actual = await editor.locator('.resizable-img').count();
> 217 | expect(actual).toEqual(count);
| ^
218 | }
219 |
220 | export async function assertDivider(page: Page, count: number) {
at assertRichImage (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:217:18)
at turnToEmbed (/home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:90:7)
at /home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:311:3
|
Run playwright test
2 flaky
attachment.spec.ts:261:1 › should rename attachment works ──────────────────────────────────────
attachment.spec.ts:300:1 › should turn attachment to image works ───────────────────────────────
16 skipped
47 passed (2.7m)
|
The logs for this run have expired and are no longer available.
Loading