fix(presets): editor should can be selected in readonly mode #16513
Annotations
6 errors, 1 warning, and 1 notice
Run playwright test:
tests/edgeless/basic.spec.ts#L1
1) edgeless/basic.spec.ts:218:1 › Before and after switching to Edgeless, the previous zoom ratio and position when Edgeless was opened should be remembered
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/actions/misc.ts#L330
1) edgeless/basic.spec.ts:218:1 › Before and after switching to Edgeless, the previous zoom ratio and position when Edgeless was opened should be remembered
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
at utils/actions/misc.ts:330
328 | frameTimeout = NEXT_FRAME_TIMEOUT
329 | ) {
> 330 | await page.waitForTimeout(frameTimeout);
| ^
331 | }
332 |
333 | export async function waitForPageReady(page: Page) {
at waitNextFrame (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:330:14)
at initEmptyEditor (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:181:9)
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:301:3)
at /home/runner/work/blocksuite/blocksuite/tests/edgeless/basic.spec.ts:225:3
|
Run playwright test:
tests/edgeless/basic.spec.ts#L1
2) edgeless/basic.spec.ts:237:1 › should close zoom bar when click blank area ────────────────────
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/actions/misc.ts#L330
2) edgeless/basic.spec.ts:237:1 › should close zoom bar when click blank area ────────────────────
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
at utils/actions/misc.ts:330
328 | frameTimeout = NEXT_FRAME_TIMEOUT
329 | ) {
> 330 | await page.waitForTimeout(frameTimeout);
| ^
331 | }
332 |
333 | export async function waitForPageReady(page: Page) {
at waitNextFrame (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:330:14)
at initEmptyEditor (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:181:9)
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:301:3)
at /home/runner/work/blocksuite/blocksuite/tests/edgeless/basic.spec.ts:238:3
|
Run playwright test:
tests/edgeless/brush.spec.ts#L1
3) edgeless/brush.spec.ts:29:1 › change editor mode when brush color palette opening ─────────────
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/actions/misc.ts#L330
3) edgeless/brush.spec.ts:29:1 › change editor mode when brush color palette opening ─────────────
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
at utils/actions/misc.ts:330
328 | frameTimeout = NEXT_FRAME_TIMEOUT
329 | ) {
> 330 | await page.waitForTimeout(frameTimeout);
| ^
331 | }
332 |
333 | export async function waitForPageReady(page: Page) {
at waitNextFrame (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:330:14)
at initEmptyEditor (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:181:9)
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:301:3)
at /home/runner/work/blocksuite/blocksuite/tests/edgeless/brush.spec.ts:32:3
|
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
edgeless/basic.spec.ts:218:1 › Before and after switching to Edgeless, the previous zoom ratio and position when Edgeless was opened should be remembered
edgeless/basic.spec.ts:237:1 › should close zoom bar when click blank area ─────────────────────
edgeless/brush.spec.ts:29:1 › change editor mode when brush color palette opening ──────────────
3 skipped
61 passed (4.8m)
|
The logs for this run have expired and are no longer available.
Loading