fix(blocks): switch to file-type
v19.1.0
#1959
Annotations
6 errors, 2 warnings, and 1 notice
tests/database/database.spec.ts#L1
1) database/database.spec.ts:332:1 › should support drag and drop to move columns ────────────────
Test timeout of 40000ms exceeded.
|
tests/utils/actions/misc.ts#L280
1) database/database.spec.ts:332:1 › should support drag and drop to move columns ────────────────
Error: page.goto: Test timeout of 40000ms exceeded.
Call log:
- navigating to "http://localhost:5173/starter/?room=playwright-62865507&blobSource=idb", waiting until "load"
at utils/actions/misc.ts:280
278 | url.searchParams.set('room', room);
279 | url.searchParams.set('blobSource', blobSource?.join(',') || 'idb');
> 280 | await page.goto(url.toString());
| ^
281 | // const readyPromise = waitForPageReady(page);
282 |
283 | // See https://github.com/microsoft/playwright/issues/5546
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:280:14)
at /home/runner/work/blocksuite/blocksuite/tests/database/database.spec.ts:333:9
|
tests/database/database.spec.ts#L1
2) database/database.spec.ts:371:1 › support drag and drop the add button to insert row ──────────
Test timeout of 40000ms exceeded.
|
tests/utils/actions/misc.ts#L280
2) database/database.spec.ts:371:1 › support drag and drop the add button to insert row ──────────
Error: page.goto: Test timeout of 40000ms exceeded.
Call log:
- navigating to "http://localhost:5173/starter/?room=playwright-07356441&blobSource=idb", waiting until "load"
at utils/actions/misc.ts:280
278 | url.searchParams.set('room', room);
279 | url.searchParams.set('blobSource', blobSource?.join(',') || 'idb');
> 280 | await page.goto(url.toString());
| ^
281 | // const readyPromise = waitForPageReady(page);
282 |
283 | // See https://github.com/microsoft/playwright/issues/5546
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:280:14)
at /home/runner/work/blocksuite/blocksuite/tests/database/database.spec.ts:372:9
|
tests/database/database.spec.ts#L1
3) database/database.spec.ts:427:1 › should the indicator display correctly when resize the window
Test timeout of 40000ms exceeded.
|
tests/utils/actions/misc.ts#L280
3) database/database.spec.ts:427:1 › should the indicator display correctly when resize the window
Error: page.goto: Test timeout of 40000ms exceeded.
Call log:
- navigating to "http://localhost:5173/starter/?room=playwright-10454239&blobSource=idb", waiting until "load"
at utils/actions/misc.ts:280
278 | url.searchParams.set('room', room);
279 | url.searchParams.set('blobSource', blobSource?.join(',') || 'idb');
> 280 | await page.goto(url.toString());
| ^
281 | // const readyPromise = waitForPageReady(page);
282 |
283 | // See https://github.com/microsoft/playwright/issues/5546
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:280:14)
at /home/runner/work/blocksuite/blocksuite/tests/database/database.spec.ts:430:9
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "test-results-main".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
3 flaky
database/database.spec.ts:332:1 › should support drag and drop to move columns ─────────────────
database/database.spec.ts:371:1 › support drag and drop the add button to insert row ───────────
database/database.spec.ts:427:1 › should the indicator display correctly when resize the window
3 skipped
72 passed (6.3m)
|
The logs for this run have expired and are no longer available.
Loading