chore: fix eslint in blocksuite (#9232) #20466
Annotations
2 errors, 1 warning, and 1 notice
Run playwright tests:
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.
|
Run playwright tests:
tests/kit/utils/properties.ts#L131
1) doc-info-modal.spec.ts:123:5 › add custom property ────────────────────────────────────────────
Error: locator.click: Test timeout of 50000ms exceeded.
Call log:
- waiting for locator('[data-testid="create-property-menu-item"][data-property-type="checkbox"]')
- locator resolved to <div tabindex="-1" role="menuitem" data-orientation="vertical" data-property-type="checkbox" data-radix-collection-item="" class="styles_menuItem__t7bq4f4" data-testid="create-property-menu-item">…</div>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting 100ms
at ../../kit/utils/properties.ts:131
129 | `[data-testid="${'create-property-menu-item'}"][data-property-type="${type}"]`
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');
at addCustomProperty (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/properties.ts:131:6)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/doc-info-modal.spec.ts:131:3
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run playwright tests
1 flaky
doc-info-modal.spec.ts:123:5 › add custom property ─────────────────────────────────────────────
35 passed (4.1m)
|
Loading