Skip to content

feat(database): add more cell conversions #60

feat(database): add more cell conversions

feat(database): add more cell conversions #60

Triggered via pull request May 24, 2024 08:55
Status Success
Total duration 8m 1s
Artifacts

test.yml

on: pull_request
Node.js Environment Compatibility
48s
Node.js Environment Compatibility
Unit test
1m 32s
Unit test
Integration test
45s
Integration test
Inline Editor E2E test
42s
Inline Editor E2E test
Matrix: Playground E2E test
Fit to window
Zoom out
Zoom in

Annotations

65 errors, 14 warnings, and 11 notices
attachment.spec.ts:118:1 › can insert attachment from slash menu: tests/attachment.spec.ts#L1
1) attachment.spec.ts:118:1 › can insert attachment from slash menu ────────────────────────────── Test timeout of 40000ms exceeded.
attachment.spec.ts:118:1 › can insert attachment from slash menu: tests/utils/actions/misc.ts#L279
1) attachment.spec.ts:118:1 › can insert attachment from slash menu ────────────────────────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-60328909&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/attachment.spec.ts:119:9
attachment.spec.ts:168:1 › should undo/redo works for attachment: tests/attachment.spec.ts#L1
2) attachment.spec.ts:168:1 › should undo/redo works for attachment ────────────────────────────── Test timeout of 40000ms exceeded.
attachment.spec.ts:168:1 › should undo/redo works for attachment: tests/utils/actions/misc.ts#L279
2) attachment.spec.ts:168:1 › should undo/redo works for attachment ────────────────────────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-59407008&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/attachment.spec.ts:169:9
attachment.spec.ts:275:1 › should rename attachment works: tests/attachment.spec.ts#L1
3) attachment.spec.ts:275:1 › should rename attachment works ───────────────────────────────────── Test timeout of 40000ms exceeded.
attachment.spec.ts:275:1 › should rename attachment works: tests/utils/actions/misc.ts#L279
3) attachment.spec.ts:275:1 › should rename attachment works ───────────────────────────────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-44195453&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/attachment.spec.ts:280:9
bookmark.spec.ts:246:1 › copy url to create bookmark in edgeless mode: tests/utils/actions/misc.ts#L289
4) bookmark.spec.ts:246:1 › copy url to create bookmark in edgeless mode ───────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Please remove the \"console.log\" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment." Received: "Unexpected console message: Failed to parse query! Current range is not a text node. Range" at utils/actions/misc.ts:289 287 | expect 288 | .soft('Unexpected console message: ' + message.text()) > 289 | .toBe( | ^ 290 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.' 291 | ); 292 | } at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:289:10)
clipboard.spec.ts:1016:1 › copy canvas element and text note in edgeless mode: tests/clipboard.spec.ts#L1
1) clipboard.spec.ts:1016:1 › copy canvas element and text note in edgeless mode ───────────────── Test timeout of 40000ms exceeded.
clipboard.spec.ts:1016:1 › copy canvas element and text note in edgeless mode: tests/utils/actions/misc.ts#L279
1) clipboard.spec.ts:1016:1 › copy canvas element and text note in edgeless mode ───────────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-62474389&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/clipboard.spec.ts:1017:9
clipboard.spec.ts:1036:1 › copy when text note active in edgeless: tests/clipboard.spec.ts#L1
2) clipboard.spec.ts:1036:1 › copy when text note active in edgeless ───────────────────────────── Test timeout of 40000ms exceeded.
clipboard.spec.ts:1036:1 › copy when text note active in edgeless: tests/utils/actions/misc.ts#L279
2) clipboard.spec.ts:1036:1 › copy when text note active in edgeless ───────────────────────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-29144326&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/clipboard.spec.ts:1037:9
clipboard.spec.ts:1054:1 › paste note block with background: tests/clipboard.spec.ts#L1
3) clipboard.spec.ts:1054:1 › paste note block with background ─────────────────────────────────── Test timeout of 40000ms exceeded.
clipboard.spec.ts:1054:1 › paste note block with background: tests/utils/actions/misc.ts#L279
3) clipboard.spec.ts:1054:1 › paste note block with background ─────────────────────────────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-24891269&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/clipboard.spec.ts:1055:9
linked-page.spec.ts:34:3 › multiple page › should create and switch page work: 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.
linked-page.spec.ts:34:3 › multiple page › should create and switch page work: 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
linked-page.spec.ts:116:3 › reference node › linked page popover can show and hide correctly: 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.
linked-page.spec.ts:116:3 › reference node › linked page popover can show and hide correctly: 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
linked-page.spec.ts:143:3 › reference node › should reference node attributes correctly: 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.
linked-page.spec.ts:143:3 › reference node › should reference node attributes correctly: 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
database/database.spec.ts:53:1 › edit database block title and create new rows: tests/database/database.spec.ts#L1
1) database/database.spec.ts:53:1 › edit database block title and create new rows ──────────────── Test timeout of 40000ms exceeded.
database/database.spec.ts:53:1 › edit database block title and create new rows: tests/utils/actions/misc.ts#L279
1) database/database.spec.ts:53:1 › edit database block title and create new rows ──────────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-38140286&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/database/database.spec.ts:54:9
database/database.spec.ts:86:1 › edit column title: tests/database/database.spec.ts#L1
2) database/database.spec.ts:86:1 › edit column title ──────────────────────────────────────────── Test timeout of 40000ms exceeded.
database/database.spec.ts:86:1 › edit column title: tests/utils/actions/misc.ts#L279
2) database/database.spec.ts:86:1 › edit column title ──────────────────────────────────────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-55228193&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/database/database.spec.ts:87:9
database/database.spec.ts:100:1 › should modify the value when the input loses focus: tests/database/database.spec.ts#L1
3) database/database.spec.ts:100:1 › should modify the value when the input loses focus ────────── Test timeout of 40000ms exceeded.
database/database.spec.ts:100:1 › should modify the value when the input loses focus: tests/utils/actions/misc.ts#L279
3) database/database.spec.ts:100:1 › should modify the value when the input loses focus ────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-83317445&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/database/database.spec.ts:101:9
selection/native.spec.ts:653:1 › select text in the same line with dragging leftward and move outside the affine-note: tests/selection/native.spec.ts#L1
1) selection/native.spec.ts:653:1 › select text in the same line with dragging leftward and move outside the affine-note Test timeout of 40000ms exceeded.
selection/native.spec.ts:653:1 › select text in the same line with dragging leftward and move outside the affine-note: tests/utils/actions/misc.ts#L279
1) selection/native.spec.ts:653:1 › select text in the same line with dragging leftward and move outside the affine-note Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-46183046&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/selection/native.spec.ts:656:9
selection/native.spec.ts:699:1 › select text in the same line with dragging leftward and move outside the affine-note by forwardDelete: tests/selection/native.spec.ts#L1
2) selection/native.spec.ts:699:1 › select text in the same line with dragging leftward and move outside the affine-note by forwardDelete Test timeout of 40000ms exceeded.
selection/native.spec.ts:699:1 › select text in the same line with dragging leftward and move outside the affine-note by forwardDelete: tests/utils/actions/misc.ts#L279
2) selection/native.spec.ts:699:1 › select text in the same line with dragging leftward and move outside the affine-note by forwardDelete Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-26537476&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/selection/native.spec.ts:702:9
selection/native.spec.ts:745:1 › select text in the same line with dragging rightward and move outside the affine-note: tests/selection/native.spec.ts#L1
3) selection/native.spec.ts:745:1 › select text in the same line with dragging rightward and move outside the affine-note Test timeout of 40000ms exceeded.
selection/native.spec.ts:745:1 › select text in the same line with dragging rightward and move outside the affine-note: tests/utils/actions/misc.ts#L279
3) selection/native.spec.ts:745:1 › select text in the same line with dragging rightward and move outside the affine-note Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-14220899&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/selection/native.spec.ts:748:9
paragraph.spec.ts:1172:1 › get focus from page title enter: tests/paragraph.spec.ts#L1
1) paragraph.spec.ts:1172:1 › get focus from page title enter ──────────────────────────────────── Test timeout of 40000ms exceeded.
paragraph.spec.ts:1172:1 › get focus from page title enter: tests/utils/actions/misc.ts#L279
1) paragraph.spec.ts:1172:1 › get focus from page title enter ──────────────────────────────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-36144089&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/paragraph.spec.ts:1173:9
paragraph.spec.ts:1184:1 › handling keyup when cursor located in first paragraph: tests/paragraph.spec.ts#L1
2) paragraph.spec.ts:1184:1 › handling keyup when cursor located in first paragraph ────────────── Test timeout of 40000ms exceeded.
paragraph.spec.ts:1184:1 › handling keyup when cursor located in first paragraph: tests/utils/actions/misc.ts#L279
2) paragraph.spec.ts:1184:1 › handling keyup when cursor located in first paragraph ────────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-70270099&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/paragraph.spec.ts:1187:9
paragraph.spec.ts:1202:1 › after deleting a text row: tests/paragraph.spec.ts#L1
3) paragraph.spec.ts:1202:1 › after deleting a text row, cursor should jump to the end of previous list row Test timeout of 40000ms exceeded.
paragraph.spec.ts:1202:1 › after deleting a text row: tests/utils/actions/misc.ts#L279
3) paragraph.spec.ts:1202:1 › after deleting a text row, cursor should jump to the end of previous list row Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-61377110&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/paragraph.spec.ts:1205:9
edgeless/selection.spec.ts:206:1 › when the selection is always a note: tests/edgeless/selection.spec.ts#L1
1) edgeless/selection.spec.ts:206:1 › when the selection is always a note, it should remain in an active state Test timeout of 40000ms exceeded.
edgeless/selection.spec.ts:206:1 › when the selection is always a note: tests/utils/actions/misc.ts#L279
1) edgeless/selection.spec.ts:206:1 › when the selection is always a note, it should remain in an active state Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-62392392&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/edgeless/selection.spec.ts:209:9
edgeless/selection.spec.ts:236:1 › should auto panning when selection rectangle reaches viewport edges: tests/edgeless/selection.spec.ts#L1
2) edgeless/selection.spec.ts:236:1 › should auto panning when selection rectangle reaches viewport edges Test timeout of 40000ms exceeded.
edgeless/selection.spec.ts:236:1 › should auto panning when selection rectangle reaches viewport edges: tests/utils/actions/misc.ts#L279
2) edgeless/selection.spec.ts:236:1 › should auto panning when selection rectangle reaches viewport edges Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-36168667&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/edgeless/selection.spec.ts:239:9
edgeless/selection.spec.ts:379:1 › should also update dragging area when viewport changes: tests/edgeless/selection.spec.ts#L1
3) edgeless/selection.spec.ts:379:1 › should also update dragging area when viewport changes ───── Test timeout of 40000ms exceeded.
edgeless/selection.spec.ts:379:1 › should also update dragging area when viewport changes: tests/utils/actions/misc.ts#L279
3) edgeless/selection.spec.ts:379:1 › should also update dragging area when viewport changes ───── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-24761397&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/edgeless/selection.spec.ts:382:9
edgeless/note.spec.ts:68:1 › can drag selected non-active note: tests/edgeless/note.spec.ts#L1
1) edgeless/note.spec.ts:68:1 › can drag selected non-active note ──────────────────────────────── Test timeout of 40000ms exceeded.
edgeless/note.spec.ts:68:1 › can drag selected non-active note: tests/utils/actions/misc.ts#L279
1) edgeless/note.spec.ts:68:1 › can drag selected non-active note ──────────────────────────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-27458081&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/edgeless/note.spec.ts:69:9
edgeless/note.spec.ts:89:1 › resize note in edgeless mode: tests/edgeless/note.spec.ts#L1
2) edgeless/note.spec.ts:89:1 › resize note in edgeless mode ───────────────────────────────────── Test timeout of 40000ms exceeded.
edgeless/note.spec.ts:89:1 › resize note in edgeless mode: tests/utils/actions/misc.ts#L279
2) edgeless/note.spec.ts:89:1 › resize note in edgeless mode ───────────────────────────────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-56116589&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/edgeless/note.spec.ts:90:9
edgeless/note.spec.ts:129:1 › resize note then auto size and custom size: tests/edgeless/note.spec.ts#L1
3) edgeless/note.spec.ts:129:1 › resize note then auto size and custom size ────────────────────── Test timeout of 40000ms exceeded.
edgeless/note.spec.ts:129:1 › resize note then auto size and custom size: tests/utils/actions/misc.ts#L279
3) edgeless/note.spec.ts:129:1 › resize note then auto size and custom size ────────────────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-64371903&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/edgeless/note.spec.ts:130:9
edgeless/note.spec.ts:129:1 › resize note then auto size and custom size: tests/utils/asserts.ts#L781
3) edgeless/note.spec.ts:129:1 › resize note then auto size and custom size ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeCloseTo(expected, precision) Expected: 191 Received: 91 Expected precision: 0 Expected difference: < 0.5 Received difference: 100 at utils/asserts.ts:781 779 | expect(a.y).toBeCloseTo(b.y, 0); 780 | expect(a.w).toBeCloseTo(b.w, 0); > 781 | expect(a.h).toBeCloseTo(b.h, 0); | ^ 782 | } 783 | 784 | export function assertDOMRectEqual(a: DOMRect, b: DOMRect) { at assertRectEqual (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:781:15) at assertNoteRectEqual (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:774:3) at /home/runner/work/blocksuite/blocksuite/tests/edgeless/note.spec.ts:178:3
edgeless/note.spec.ts:407:1 › drag handle should work across multiple notes: tests/edgeless/note.spec.ts#L426
4) edgeless/note.spec.ts:407:1 › drag handle should work across multiple notes ─────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeHidden() Locator: locator('.affine-drag-handle-container') Expected: hidden Received: visible Call log: - expect.toBeHidden with timeout 5000ms - waiting for locator('.affine-drag-handle-container') - locator resolved to <div class="affine-drag-handle-container">…</div> - unexpected value "visible" - locator resolved to <div class="affine-drag-handle-container">…</div> - unexpected value "visible" - locator resolved to <div class="affine-drag-handle-container">…</div> - unexpected value "visible" - locator resolved to <div class="affine-drag-handle-container">…</div> - unexpected value "visible" - locator resolved to <div class="affine-drag-handle-container">…</div> - unexpected value "visible" - locator resolved to <div class="affine-drag-handle-container">…</div> - unexpected value "visible" - locator resolved to <div class="affine-drag-handle-container">…</div> - unexpected value "visible" - locator resolved to <div class="affine-drag-handle-container">…</div> - unexpected value "visible" - locator resolved to <div class="affine-drag-handle-container">…</div> - unexpected value "visible" 424 | await page.mouse.dblclick(CENTER_X, CENTER_Y - 20); 425 | await dragHandleFromBlockToBlockBottomById(page, '3', '7'); > 426 | await expect(page.locator('.affine-drag-handle-container')).toBeHidden(); | ^ 427 | await waitNextFrame(page); 428 | await assertRichTexts(page, ['456', '789', '000', '123']); 429 | at /home/runner/work/blocksuite/blocksuite/tests/edgeless/note.spec.ts:426:63
edgeless/brush.spec.ts:29:1 › change editor mode when brush color palette opening: tests/edgeless/brush.spec.ts#L1
1) edgeless/brush.spec.ts:29:1 › change editor mode when brush color palette opening ───────────── Test timeout of 40000ms exceeded.
edgeless/brush.spec.ts:29:1 › change editor mode when brush color palette opening: tests/utils/actions/misc.ts#L279
1) edgeless/brush.spec.ts:29:1 › change editor mode when brush color palette opening ───────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-58374609&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/edgeless/brush.spec.ts:32:9
edgeless/brush.spec.ts:44:1 › add brush element: tests/edgeless/brush.spec.ts#L1
2) edgeless/brush.spec.ts:44:1 › add brush element ─────────────────────────────────────────────── Test timeout of 40000ms exceeded.
edgeless/brush.spec.ts:44:1 › add brush element: tests/utils/actions/misc.ts#L279
2) edgeless/brush.spec.ts:44:1 › add brush element ─────────────────────────────────────────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-21617680&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/edgeless/brush.spec.ts:45:9
edgeless/brush.spec.ts:56:1 › resize brush element: tests/edgeless/brush.spec.ts#L1
3) edgeless/brush.spec.ts:56:1 › resize brush element ──────────────────────────────────────────── Test timeout of 40000ms exceeded.
edgeless/brush.spec.ts:56:1 › resize brush element: tests/utils/actions/misc.ts#L279
3) edgeless/brush.spec.ts:56:1 › resize brush element ──────────────────────────────────────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-90888713&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/edgeless/brush.spec.ts:57:9
format-bar.spec.ts:950:1 › should format quick bar action status updated while undo: tests/format-bar.spec.ts#L1
1) format-bar.spec.ts:950:1 › should format quick bar action status updated while undo ─────────── Test timeout of 40000ms exceeded.
format-bar.spec.ts:950:1 › should format quick bar action status updated while undo: tests/utils/actions/misc.ts#L279
1) format-bar.spec.ts:950:1 › should format quick bar action status updated while undo ─────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-31140371&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/format-bar.spec.ts:953:9
format-bar.spec.ts:973:1 › should format quick bar work in single block selection: tests/format-bar.spec.ts#L1
2) format-bar.spec.ts:973:1 › should format quick bar work in single block selection ───────────── Test timeout of 40000ms exceeded.
format-bar.spec.ts:973:1 › should format quick bar work in single block selection: tests/utils/actions/misc.ts#L279
2) format-bar.spec.ts:973:1 › should format quick bar work in single block selection ───────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-10404118&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/format-bar.spec.ts:976:9
format-bar.spec.ts:1064:1 › should format quick bar work in multiple block selection: tests/format-bar.spec.ts#L1
3) format-bar.spec.ts:1064:1 › should format quick bar work in multiple block selection ────────── Test timeout of 40000ms exceeded.
format-bar.spec.ts:1064:1 › should format quick bar work in multiple block selection: tests/utils/actions/misc.ts#L279
3) format-bar.spec.ts:1064:1 › should format quick bar work in multiple block selection ────────── Error: page.goto: Test timeout of 40000ms exceeded. Call log: - navigating to "http://localhost:5173/starter/?room=playwright-87633327&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/format-bar.spec.ts:1067:9
hotkey.spec.ts:1004:1 › should cut work single line: tests/utils/asserts.ts#L635
4) hotkey.spec.ts:1004:1 › should cut work single line ─────────────────────────────────────────── Error: <affine:note prop:background="--affine-background-secondary-color" prop:displayMode="both" prop:edgeless={ Object { "style": Object { "borderRadius": 8, "borderSize": 4, "borderStyle": "solid", "shadowType": "--affine-note-shadow-box", }, } } prop:hidden={false} prop:index="a0" > <affine:paragraph prop:text="hello" prop:type="text" /> </affine:note> expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 1 @@ -13,9 +13,9 @@ } prop:hidden={false} prop:index="a0" > <affine:paragraph - prop:text="ho" + prop:text="hello" prop:type="text" /> </affine:note> at utils/asserts.ts:635 633 | printFunctionName: false, 634 | }); > 635 | expect(formattedJSX, formattedJSX).toEqual(snapshot.trimStart()); | ^ 636 | } 637 | 638 | type MimeType = 'text/plain' | 'blocksuite/x-c+w' | 'text/html'; at assertStoreMatchJSX (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:635:38) at /home/runner/work/blocksuite/blocksuite/tests/hotkey.spec.ts:1013:3
hotkey.spec.ts:1070:1 › should cut work multiple line: tests/utils/asserts.ts#L635
5) hotkey.spec.ts:1070:1 › should cut work multiple line ───────────────────────────────────────── Error: <affine:note prop:background="--affine-background-secondary-color" prop:displayMode="both" prop:edgeless={ Object { "style": Object { "borderRadius": 8, "borderSize": 4, "borderStyle": "solid", "shadowType": "--affine-note-shadow-box", }, } } prop:hidden={false} prop:index="a0" > <affine:paragraph prop:text="123" prop:type="text" /> <affine:paragraph prop:text="456" prop:type="text" /> <affine:paragraph prop:text="789" prop:type="text" /> </affine:note> expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 6 @@ -13,13 +13,17 @@ } prop:hidden={false} prop:index="a0" > <affine:paragraph - prop:text="1" + prop:text="123" + prop:type="text" + /> + <affine:paragraph + prop:text="456" prop:type="text" /> <affine:paragraph - prop:text="9" + prop:text="789" prop:type="text" /> </affine:note> at utils/asserts.ts:635 633 | printFunctionName: false, 634 | }); > 635 | expect(formattedJSX, formattedJSX).toEqual(snapshot.trimStart()); | ^ 636 | } 637 | 638 | type MimeType = 'text/plain' | 'blocksuite/x-c+w' | 'text/html'; at assertStoreMatchJSX (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:635:38) at /home/runner/work/blocksuite/blocksuite/tests/hotkey.spec.ts:1080:3
🎭 Playwright Run Summary
14 passed (21.0s)
🎭 Playwright Run Summary
4 flaky attachment.spec.ts:118:1 › can insert attachment from slash menu ─────────────────────────────── attachment.spec.ts:168:1 › should undo/redo works for attachment ─────────────────────────────── attachment.spec.ts:275:1 › should rename attachment works ────────────────────────────────────── bookmark.spec.ts:246:1 › copy url to create bookmark in edgeless mode ────────────────────────── 17 skipped 51 passed (4.3m)
🎭 Playwright Run Summary
3 flaky clipboard.spec.ts:1016:1 › copy canvas element and text note in edgeless mode ────────────────── clipboard.spec.ts:1036:1 › copy when text note active in edgeless ────────────────────────────── clipboard.spec.ts:1054:1 › paste note block with background ──────────────────────────────────── 6 skipped 63 passed (4.6m)
🎭 Playwright Run Summary
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)
🎭 Playwright Run Summary
3 flaky database/database.spec.ts:53:1 › edit database block title and create new rows ───────────────── database/database.spec.ts:86:1 › edit column title ───────────────────────────────────────────── database/database.spec.ts:100:1 › should modify the value when the input loses focus ─────────── 2 skipped 67 passed (4.9m)
🎭 Playwright Run Summary
3 flaky selection/native.spec.ts:653:1 › select text in the same line with dragging leftward and move outside the affine-note selection/native.spec.ts:699:1 › select text in the same line with dragging leftward and move outside the affine-note by forwardDelete selection/native.spec.ts:745:1 › select text in the same line with dragging rightward and move outside the affine-note 2 skipped 66 passed (4.8m)
🎭 Playwright Run Summary
3 flaky paragraph.spec.ts:1172:1 › get focus from page title enter ───────────────────────────────────── paragraph.spec.ts:1184:1 › handling keyup when cursor located in first paragraph ─────────────── paragraph.spec.ts:1202:1 › after deleting a text row, cursor should jump to the end of previous list row 1 skipped 68 passed (5.1m)
🎭 Playwright Run Summary
3 flaky edgeless/selection.spec.ts:206:1 › when the selection is always a note, it should remain in an active state edgeless/selection.spec.ts:236:1 › should auto panning when selection rectangle reaches viewport edges edgeless/selection.spec.ts:379:1 › should also update dragging area when viewport changes ────── 3 skipped 66 passed (5.5m)
🎭 Playwright Run Summary
4 flaky edgeless/note.spec.ts:68:1 › can drag selected non-active note ───────────────────────────────── edgeless/note.spec.ts:89:1 › resize note in edgeless mode ────────────────────────────────────── edgeless/note.spec.ts:129:1 › resize note then auto size and custom size ─────────────────────── edgeless/note.spec.ts:407:1 › drag handle should work across multiple notes ──────────────────── 4 skipped 64 passed (5.7m)
🎭 Playwright Run Summary
3 flaky edgeless/brush.spec.ts:29:1 › change editor mode when brush color palette opening ────────────── edgeless/brush.spec.ts:44:1 › add brush element ──────────────────────────────────────────────── edgeless/brush.spec.ts:56:1 › resize brush element ───────────────────────────────────────────── 5 skipped 64 passed (6.1m)
🎭 Playwright Run Summary
5 flaky format-bar.spec.ts:950:1 › should format quick bar action status updated while undo ──────────── format-bar.spec.ts:973:1 › should format quick bar work in single block selection ────────────── format-bar.spec.ts:1064:1 › should format quick bar work in multiple block selection ─────────── hotkey.spec.ts:1004:1 › should cut work single line ──────────────────────────────────────────── hotkey.spec.ts:1070:1 › should cut work multiple line ────────────────────────────────────────── 1 skipped 66 passed (5.2m)
Inline Editor E2E test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Node.js Environment Compatibility
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@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/.
Playground E2E test (1)
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/.
Playground E2E test (2)
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/.
Playground E2E test (8)
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/.
Playground E2E test (3)
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/.
Playground E2E test (10)
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/.
Playground E2E test (9)
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/.
Playground E2E test (6)
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/.
Playground E2E test (5)
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/.
Playground E2E test (4)
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/.
Playground E2E test (7)
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/.