fix: cursor cannot be moved as expected in firefox #16169
Annotations
4 errors, 1 warning, and 1 notice
Run playwright test:
tests/selection/native.spec.ts#L1
1) selection/native.spec.ts:882:1 › drag to select tagged text, and input character ──────────────
Test finished within timeout of 30000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
Run playwright test:
tests/selection/native.spec.ts#L1
2) selection/native.spec.ts:902:1 › Change title when first content is divider ───────────────────
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/actions/keyboard.ts#L27
2) selection/native.spec.ts:902:1 › Change title when first content is divider ───────────────────
Error: keyboard.type: Test timeout of 30000ms exceeded.
at utils/actions/keyboard.ts:27
25 |
26 | export async function type(page: Page, content: string, delay = 20) {
> 27 | await page.keyboard.type(content, { delay });
| ^
28 | }
29 |
30 | export async function withPressKey(
at type (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/keyboard.ts:27:23)
at /home/runner/work/blocksuite/blocksuite/tests/selection/native.spec.ts:913:9
|
Run playwright test:
tests/selection/native.spec.ts#L1
3) selection/native.spec.ts:917:1 › ArrowUp and ArrowDown to select divider and copy ─────────────
Test finished within timeout of 30000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run playwright test
3 flaky
selection/native.spec.ts:882:1 › drag to select tagged text, and input character ───────────────
selection/native.spec.ts:902:1 › Change title when first content is divider ────────────────────
selection/native.spec.ts:917:1 › ArrowUp and ArrowDown to select divider and copy ──────────────
2 skipped
60 passed (3.3m)
|
The logs for this run have expired and are no longer available.
Loading