feat(database): add more cell conversions #60
Annotations
6 errors, 1 warning, and 1 notice
Run playwright test:
tests/linked-page.spec.ts#L1
1) linked-page.spec.ts:34:3 › multiple page › should create and switch page work ─────────────────
Test timeout of 40000ms exceeded.
|
Run playwright test:
tests/utils/actions/misc.ts#L279
1) linked-page.spec.ts:34:3 › multiple page › should create and switch page work ─────────────────
Error: page.goto: Test timeout of 40000ms exceeded.
Call log:
- navigating to "http://localhost:5173/starter/?room=playwright-31600125&blobSource=idb", waiting until "load"
at utils/actions/misc.ts:279
277 | url.searchParams.set('room', room);
278 | url.searchParams.set('blobSource', blobSource?.join(',') || 'idb');
> 279 | await page.goto(url.toString());
| ^
280 | // const readyPromise = waitForPageReady(page);
281 |
282 | // See https://github.com/microsoft/playwright/issues/5546
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:279:14)
at /home/runner/work/blocksuite/blocksuite/tests/linked-page.spec.ts:35:11
|
Run playwright test:
tests/linked-page.spec.ts#L1
2) linked-page.spec.ts:116:3 › reference node › linked page popover can show and hide correctly ──
Test timeout of 40000ms exceeded.
|
Run playwright test:
tests/utils/actions/misc.ts#L279
2) linked-page.spec.ts:116:3 › reference node › linked page popover can show and hide correctly ──
Error: page.goto: Test timeout of 40000ms exceeded.
Call log:
- navigating to "http://localhost:5173/starter/?room=playwright-80172300&blobSource=idb", waiting until "load"
at utils/actions/misc.ts:279
277 | url.searchParams.set('room', room);
278 | url.searchParams.set('blobSource', blobSource?.join(',') || 'idb');
> 279 | await page.goto(url.toString());
| ^
280 | // const readyPromise = waitForPageReady(page);
281 |
282 | // See https://github.com/microsoft/playwright/issues/5546
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:279:14)
at /home/runner/work/blocksuite/blocksuite/tests/linked-page.spec.ts:117:11
|
Run playwright test:
tests/linked-page.spec.ts#L1
3) linked-page.spec.ts:143:3 › reference node › should reference node attributes correctly ───────
Test timeout of 40000ms exceeded.
|
Run playwright test:
tests/utils/actions/misc.ts#L279
3) linked-page.spec.ts:143:3 › reference node › should reference node attributes correctly ───────
Error: page.goto: Test timeout of 40000ms exceeded.
Call log:
- navigating to "http://localhost:5173/starter/?room=playwright-47816218&blobSource=idb", waiting until "load"
at utils/actions/misc.ts:279
277 | url.searchParams.set('room', room);
278 | url.searchParams.set('blobSource', blobSource?.join(',') || 'idb');
> 279 | await page.goto(url.toString());
| ^
280 | // const readyPromise = waitForPageReady(page);
281 |
282 | // See https://github.com/microsoft/playwright/issues/5546
at enterPlaygroundRoom (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:279:14)
at /home/runner/work/blocksuite/blocksuite/tests/linked-page.spec.ts:144:11
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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
linked-page.spec.ts:34:3 › multiple page › should create and switch page work ──────────────────
linked-page.spec.ts:116:3 › reference node › linked page popover can show and hide correctly ───
linked-page.spec.ts:143:3 › reference node › should reference node attributes correctly ────────
3 skipped
66 passed (4.7m)
|
Loading