chore: replace ambiguous "page" with "doc" (#6171) #149
Annotations
6 errors, 1 warning, and 1 notice
Run playwright test:
tests/paragraph.spec.ts#L1421
1) paragraph.spec.ts:1459:3 › press ArrowDown when cursor is at the last line of a block › move cursor to the end of line if the block is the last block in the page
Test timeout of 30000ms exceeded while running "beforeEach" hook.
1419 |
1420 | test.describe('press ArrowDown when cursor is at the last line of a block', () => {
> 1421 | test.beforeEach(async ({ page }) => {
| ^
1422 | await enterPlaygroundRoom(page);
1423 | await page.evaluate(() => {
1424 | const { page } = window;
at /home/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1421:8
|
Run playwright test:
tests/utils/actions/misc.ts#L301
1) paragraph.spec.ts:1459:3 › press ArrowDown when cursor is at the last line of a block › move cursor to the end of line if the block is the last block in the page
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
at utils/actions/misc.ts:301
299 | frameTimeout = NEXT_FRAME_TIMEOUT
300 | ) {
> 301 | await page.waitForTimeout(frameTimeout);
| ^
302 | }
303 |
304 | export async function waitForPageReady(page: Page) {
at waitNextFrame (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:301:14)
at initEmptyEditor (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:152:9)
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:272:3)
at /home/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1422:5
|
Run playwright test:
tests/paragraph.spec.ts#L1
2) paragraph.spec.ts:1475:1 › delete empty text paragraph block should keep children blocks when following custom blocks
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/actions/misc.ts#L301
2) paragraph.spec.ts:1475:1 › delete empty text paragraph block should keep children blocks when following custom blocks
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
at utils/actions/misc.ts:301
299 | frameTimeout = NEXT_FRAME_TIMEOUT
300 | ) {
> 301 | await page.waitForTimeout(frameTimeout);
| ^
302 | }
303 |
304 | export async function waitForPageReady(page: Page) {
at waitNextFrame (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:301:14)
at initEmptyEditor (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:152:9)
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:272:3)
at /home/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1478:3
|
Run playwright test:
tests/paragraph.spec.ts#L1
3) paragraph.spec.ts:1572:1 › delete first paragraph with children should keep children blocks ───
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/actions/misc.ts#L301
3) paragraph.spec.ts:1572:1 › delete first paragraph with children should keep children blocks ───
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
at utils/actions/misc.ts:301
299 | frameTimeout = NEXT_FRAME_TIMEOUT
300 | ) {
> 301 | await page.waitForTimeout(frameTimeout);
| ^
302 | }
303 |
304 | export async function waitForPageReady(page: Page) {
at waitNextFrame (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:301:14)
at initEmptyEditor (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:152:9)
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:272:3)
at /home/runner/work/blocksuite/blocksuite/tests/paragraph.spec.ts:1575: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
paragraph.spec.ts:1459:3 › press ArrowDown when cursor is at the last line of a block › move cursor to the end of line if the block is the last block in the page
paragraph.spec.ts:1475:1 › delete empty text paragraph block should keep children blocks when following custom blocks
paragraph.spec.ts:1572:1 › delete first paragraph with children should keep children blocks ────
1 skipped
61 passed (3.9m)
|
The logs for this run have expired and are no longer available.
Loading