chore: bump up oxlint version to v0.15.3 #20168
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#L93
1) doc-info-modal.spec.ts:123:5 › add custom property ────────────────────────────────────────────
Error: locator.click: Test timeout of 50000ms exceeded.
Call log:
- waiting for getByTestId('info-modal').getByRole('button', { name: 'Add property' })
- locator resolved to <button type="button" id="radix-:r28:" data-state="closed" data-size="default" data-mobile="false" aria-haspopup="menu" data-variant="plain" aria-expanded="false" class="button_button__ph3zqme info-modal_addPropertyButton__xfdp4m9">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
at ../../kit/utils/properties.ts:93
91 | name: 'Add property',
92 | })
> 93 | .click();
| ^
94 | };
95 |
96 | export const ensureAddPropertyButtonVisible = async (
at clickAddPropertyButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/properties.ts:93:6)
at addCustomProperty (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/properties.ts:126:9)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/doc-info-modal.spec.ts:133:26
|
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 (3.9m)
|
Loading