chore: migrate blocksuite test #20432
Annotations
2 errors, 1 warning, and 1 notice
tests/affine-local/e2e/doc-info-modal.spec.ts#L1
1) doc-info-modal.spec.ts:123:5 › add custom property ────────────────────────────────────────────
Test timeout of 50000ms exceeded.
|
tests/kit/utils/properties.ts#L132
1) doc-info-modal.spec.ts:123:5 › add custom property ────────────────────────────────────────────
Error: locator.isVisible: Test timeout of 50000ms exceeded.
Call log:
- checking visibility of getByTestId('edit-property-menu-item')
at ../../kit/utils/properties.ts:132
130 | )
131 | .click();
> 132 | if (await page.getByTestId('edit-property-menu-item').isVisible()) {
| ^
133 | // is edit property menu opened, close it
134 | await page.keyboard.press('Escape');
135 | }
at addCustomProperty (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/properties.ts:132:57)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/doc-info-modal.spec.ts:132:3
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
This job succeeded
Loading