refactor: support multiple-editors #15050
Annotations
2 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#L95
1) attachment.spec.ts:261:1 › should rename attachment works ─────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.affine-attachment-options').locator('icon-button').filter({ hasText: 'Rename' })
93 | await attachment.hover();
94 | await expect(options).toBeVisible();
> 95 | await renameBtn.click();
| ^
96 | await page.keyboard.press(`${SHORT_KEY}+a`, { delay: 50 });
97 | await pressBackspace(page);
98 | await type(page, newName);
at rename (/home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:95:23)
at /home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:296:3
|
Run playwright test
1 flaky
attachment.spec.ts:261:1 › should rename attachment works ──────────────────────────────────────
16 skipped
48 passed (2.6m)
|
The logs for this run have expired and are no longer available.
Loading