Skip to content

fix(edgeless): no need to adjust position of component-toolbar when m… #159

fix(edgeless): no need to adjust position of component-toolbar when m…

fix(edgeless): no need to adjust position of component-toolbar when m… #159

Triggered via push February 26, 2024 02:03
Status Success
Total duration 5m 40s
Artifacts

test.yaml

on: push
Node.js Environment Compatibility
1m 11s
Node.js Environment Compatibility
Unit test
1m 6s
Unit test
Integration test
33s
Integration test
Inline Editor E2E test
42s
Inline Editor E2E test
Matrix: Playground E2E test
Fit to window
Zoom out
Zoom in

Annotations

37 errors, 14 warnings, and 11 notices
attachment.spec.ts:279:1 β€Ί should rename attachment works: tests/attachment.spec.ts#L1
1) attachment.spec.ts:279:1 β€Ί should rename attachment works ───────────────────────────────────── Test finished within timeout of 30000ms, but tearing down "context" ran out of time. Please allow more time for the test, since teardown is attributed towards the test timeout budget.
attachment.spec.ts:318:1 β€Ί should turn attachment to image works: tests/utils/asserts.ts#L228
2) attachment.spec.ts:318:1 β€Ί should turn attachment to image works ────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: 1 Received: 0 at utils/asserts.ts:228 226 | const editor = getEditorLocator(page); 227 | const actual = await editor.locator('.resizable-img').count(); > 228 | expect(actual).toEqual(count); | ^ 229 | } 230 | 231 | export async function assertDivider(page: Page, count: number) { at assertRichImage (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:228:18) at turnToEmbed (/home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:95:7) at /home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:329:3
basic.spec.ts:349:1 β€Ί should undo/redo cursor works on title: tests/utils/asserts.ts#L149
3) basic.spec.ts:349:1 β€Ί should undo/redo cursor works on title ────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "title2" Received: "title" at utils/asserts.ts:149 147 | const inlineEditor = editor.locator('.doc-title-container').first(); 148 | const vText = inlineEditorInnerTextToString(await inlineEditor.innerText()); > 149 | expect(vText).toBe(text); | ^ 150 | } 151 | 152 | export async function assertInlineEditorDeltas( at assertTitle (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:149:17) at /home/runner/work/blocksuite/blocksuite/tests/basic.spec.ts:369:3
linked-page.spec.ts:658:3 β€Ί linked page popover β€Ί should fuzzy search works: tests/linked-page.spec.ts#L1
1) linked-page.spec.ts:658:3 β€Ί linked page popover β€Ί should fuzzy search works ─────────────────── Test timeout of 30000ms exceeded.
linked-page.spec.ts:658:3 β€Ί linked page popover β€Ί should fuzzy search works: tests/utils/actions/keyboard.ts#L27
1) linked-page.spec.ts:658:3 β€Ί linked page popover β€Ί should fuzzy search works ─────────────────── Error: keyboard.type: Test timeout of 30000ms exceeded. at utils/actions/keyboard.ts:27 25 | 26 | export async function type(page: Page, content: string, delay = 20) { > 27 | await page.keyboard.type(content, { delay }); | ^ 28 | } 29 | 30 | export async function withPressKey( at type (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/keyboard.ts:27:23) at /home/runner/work/blocksuite/blocksuite/tests/linked-page.spec.ts:679:11
clipboard.spec.ts:917:1 β€Ί should copy and paste of database work: tests/clipboard.spec.ts#L1
1) clipboard.spec.ts:917:1 β€Ί should copy and paste of database work ────────────────────────────── Test finished within timeout of 30000ms, but tearing down "context" ran out of time. Please allow more time for the test, since teardown is attributed towards the test timeout budget.
clipboard.spec.ts:1016:1 β€Ί copy canvas element and text note in edgeless mode: tests/clipboard.spec.ts#L1
2) clipboard.spec.ts:1016:1 β€Ί copy canvas element and text note in edgeless mode ───────────────── Test timeout of 30000ms exceeded.
clipboard.spec.ts:1016:1 β€Ί copy canvas element and text note in edgeless mode: tests/utils/actions/drag.ts#L21
2) clipboard.spec.ts:1016:1 β€Ί copy canvas element and text note in edgeless mode ───────────────── Error: mouse.move: Test timeout of 30000ms exceeded. at utils/actions/drag.ts:21 19 | await page.mouse.move(x1, y1); 20 | await page.mouse.down(); > 21 | await page.mouse.move(x2, y2, { steps }); | ^ 22 | await options?.beforeMouseUp?.(); 23 | await page.mouse.up(); 24 | } at dragBetweenCoords (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/drag.ts:21:20) at addBasicShapeElement (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:365:3) at createShapeElement (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1320:3) at /home/runner/work/blocksuite/blocksuite/tests/clipboard.spec.ts:1021:3
fragments/frame-panel.spec.ts:29:3 β€Ί frame panel β€Ί should display frame cards when there are frames: tests/fragments/frame-panel.spec.ts#L1
1) fragments/frame-panel.spec.ts:29:3 β€Ί frame panel β€Ί should display frame cards when there are frames Test timeout of 30000ms exceeded.
fragments/frame-panel.spec.ts:29:3 β€Ί frame panel β€Ί should display frame cards when there are frames: tests/utils/actions/edgeless.ts#L274
1) fragments/frame-panel.spec.ts:29:3 β€Ί frame panel β€Ί should display frame cards when there are frames Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('edgeless-tool-icon-button').filter({ hasText: 'Square' }) - locator resolved to <edgeless-tool-icon-button>…</edgeless-tool-icon-button> - attempting click action - waiting for element to be visible, enabled and stable - element is not stable - waiting... - element is visible, enabled and stable - scrolling into view if needed - done scrolling at utils/actions/edgeless.ts:274 272 | .locator('edgeless-tool-icon-button') 273 | .filter({ hasText: shape }); > 274 | await squareShapeButton.click(); | ^ 275 | break; 276 | } 277 | } at setEdgelessTool (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:274:31) at addBasicShapeElement (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:364:3) at /home/runner/work/blocksuite/blocksuite/tests/fragments/frame-panel.spec.ts:33:5
fragments/frame-panel.spec.ts:56:3 β€Ί frame panel β€Ί should render note portal correctly in frame preview: tests/fragments/frame-panel.spec.ts#L1
2) fragments/frame-panel.spec.ts:56:3 β€Ί frame panel β€Ί should render note portal correctly in frame preview Test timeout of 30000ms exceeded.
fragments/frame-panel.spec.ts:56:3 β€Ί frame panel β€Ί should render note portal correctly in frame preview: tests/utils/actions/keyboard.ts#L27
2) fragments/frame-panel.spec.ts:56:3 β€Ί frame panel β€Ί should render note portal correctly in frame preview Error: keyboard.type: Test timeout of 30000ms exceeded. at utils/actions/keyboard.ts:27 25 | 26 | export async function type(page: Page, content: string, delay = 20) { > 27 | await page.keyboard.type(content, { delay }); | ^ 28 | } 29 | 30 | export async function withPressKey( at type (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/keyboard.ts:27:23) at addNote (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:386:11) at /home/runner/work/blocksuite/blocksuite/tests/fragments/frame-panel.spec.ts:62:5
fragments/frame-panel.spec.ts:77:3 β€Ί frame panel β€Ί should update panel when frames change: tests/fragments/frame-panel.spec.ts#L1
3) fragments/frame-panel.spec.ts:77:3 β€Ί frame panel β€Ί should update panel when frames change ───── Test timeout of 30000ms exceeded.
fragments/frame-panel.spec.ts:77:3 β€Ί frame panel β€Ί should update panel when frames change: tests/utils/actions/drag.ts#L21
3) fragments/frame-panel.spec.ts:77:3 β€Ί frame panel β€Ί should update panel when frames change ───── Error: mouse.move: Test timeout of 30000ms exceeded. at utils/actions/drag.ts:21 19 | await page.mouse.move(x1, y1); 20 | await page.mouse.down(); > 21 | await page.mouse.move(x2, y2, { steps }); | ^ 22 | await options?.beforeMouseUp?.(); 23 | await page.mouse.up(); 24 | } at dragBetweenCoords (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/drag.ts:21:20) at /home/runner/work/blocksuite/blocksuite/tests/fragments/frame-panel.spec.ts:88:5
hotkey.spec.ts:1145:1 β€Ί should ctrl+enter create new block: tests/utils/asserts.ts#L207
4) hotkey.spec.ts:1145:1 β€Ί should ctrl+enter create new block ──────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 2 Array [ - "1", - "23", + "123", + "", ] at utils/asserts.ts:207 205 | }); 206 | }, currentEditorIndex); > 207 | expect(actualTexts).toEqual(texts); | ^ 208 | } 209 | 210 | export async function assertEdgelessCanvasText(page: Page, text: string) { at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:207:23) at /home/runner/work/blocksuite/blocksuite/tests/hotkey.spec.ts:1155:3
paragraph.spec.ts:1393:1 β€Ί should placeholder works: tests/paragraph.spec.ts#L1
1) paragraph.spec.ts:1393:1 β€Ί should placeholder works ─────────────────────────────────────────── Test finished within timeout of 30000ms, but tearing down "context" ran out of time. Please allow more time for the test, since teardown is attributed towards the test timeout budget.
edgeless/shape.spec.ts:45:3 β€Ί add shape β€Ί without holding shift key: tests/edgeless/shape.spec.ts#L1
1) edgeless/shape.spec.ts:45:3 β€Ί add shape β€Ί without holding shift key ─────────────────────────── Test timeout of 30000ms exceeded.
edgeless/shape.spec.ts:45:3 β€Ί add shape β€Ί without holding shift key: tests/utils/actions/drag.ts#L21
1) edgeless/shape.spec.ts:45:3 β€Ί add shape β€Ί without holding shift key ─────────────────────────── Error: mouse.move: Test timeout of 30000ms exceeded. at utils/actions/drag.ts:21 19 | await page.mouse.move(x1, y1); 20 | await page.mouse.down(); > 21 | await page.mouse.move(x2, y2, { steps }); | ^ 22 | await options?.beforeMouseUp?.(); 23 | await page.mouse.up(); 24 | } at dragBetweenCoords (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/drag.ts:21:20) at addBasicRectShapeElement (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:355:3) at /home/runner/work/blocksuite/blocksuite/tests/edgeless/shape.spec.ts:59:5
edgeless/shape.spec.ts:65:3 β€Ί add shape β€Ί with holding shift key: tests/edgeless/shape.spec.ts#L1
2) edgeless/shape.spec.ts:65:3 β€Ί add shape β€Ί with holding shift key ────────────────────────────── Test timeout of 30000ms exceeded.
edgeless/shape.spec.ts:65:3 β€Ί add shape β€Ί with holding shift key: tests/utils/actions/drag.ts#L21
2) edgeless/shape.spec.ts:65:3 β€Ί add shape β€Ί with holding shift key ────────────────────────────── Error: mouse.move: Test timeout of 30000ms exceeded. at utils/actions/drag.ts:21 19 | await page.mouse.move(x1, y1); 20 | await page.mouse.down(); > 21 | await page.mouse.move(x2, y2, { steps }); | ^ 22 | await options?.beforeMouseUp?.(); 23 | await page.mouse.up(); 24 | } at dragBetweenCoords (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/drag.ts:21:20) at addBasicRectShapeElement (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:355:3) at /home/runner/work/blocksuite/blocksuite/tests/edgeless/shape.spec.ts:85:5
edgeless/shape.spec.ts:90:3 β€Ί add shape β€Ί with holding space bar: tests/edgeless/shape.spec.ts#L1
3) edgeless/shape.spec.ts:90:3 β€Ί add shape β€Ί with holding space bar ────────────────────────────── Test finished within timeout of 30000ms, but tearing down "context" ran out of time. Please allow more time for the test, since teardown is attributed towards the test timeout budget.
format-bar.spec.ts:312:1 β€Ί should format quick bar be able to change background color: tests/format-bar.spec.ts#L433
4) format-bar.spec.ts:312:1 β€Ί should format quick bar be able to change background color ───────── TimeoutError: locator.click: Timeout 5000ms exceeded. Call log: - waiting for locator('.affine-format-bar-widget').getByTestId('unset') - locator resolved to <icon-button width="100%" tabindex="0" height="32px" data-tes…>…</icon-button> - attempting click action - waiting for element to be visible, enabled and stable - element is not visible - waiting... 431 | 432 | await expect(highlight.defaultColorBtn).toBeVisible(); > 433 | await highlight.defaultColorBtn.click(); | ^ 434 | 435 | await assertStoreMatchJSX( 436 | page, at /home/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:433:35
format-bar.spec.ts:1543:1 β€Ί can extend format bar: tests/format-bar.spec.ts#L1549
5) format-bar.spec.ts:1543:1 β€Ί can extend format bar ───────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('custom-format-bar-element') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTestId('custom-format-bar-element') 1547 | await extendFormatBar(page); 1548 | await dragBetweenIndices(page, [0, 0], [2, 3]); > 1549 | await expect(page.getByTestId('custom-format-bar-element')).toBeVisible(); | ^ 1550 | }); 1551 | 1552 | test('format quick bar should not break cursor jumping', async ({ page }) => { at /home/runner/work/blocksuite/blocksuite/tests/format-bar.spec.ts:1549:63
database/column.spec.ts:449:3 β€Ί select column tag action β€Ί should support modifying select tag color: tests/database/column.spec.ts#L1
1) database/column.spec.ts:449:3 β€Ί select column tag action β€Ί should support modifying select tag color Test finished within timeout of 30000ms, but tearing down "context" ran out of time. Please allow more time for the test, since teardown is attributed towards the test timeout budget.
database/database.spec.ts:53:1 β€Ί edit database block title and create new rows: tests/database/database.spec.ts#L1
2) database/database.spec.ts:53:1 β€Ί edit database block title and create new rows ──────────────── Test finished within timeout of 30000ms, but tearing down "context" ran out of time. Please allow more time for the test, since teardown is attributed towards the test timeout budget.
edgeless/auto-complete.spec.ts:112:5 β€Ί auto-complete β€Ί drag on auto-complete button β€Ί drag on right auto-complete button to add note: tests/utils/asserts.ts#L207
3) edgeless/auto-complete.spec.ts:112:5 β€Ί auto-complete β€Ί drag on auto-complete button β€Ί drag on right auto-complete button to add note Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 1 Array [ - "hello", + "", ] at utils/asserts.ts:207 205 | }); 206 | }, currentEditorIndex); > 207 | expect(actualTexts).toEqual(texts); | ^ 208 | } 209 | 210 | export async function assertEdgelessCanvasText(page: Page, text: string) { at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:207:23) at /home/runner/work/blocksuite/blocksuite/tests/edgeless/auto-complete.spec.ts:128:7
edgeless/basic.spec.ts:164:1 β€Ί the tooltip of more button should be hidden when the action menu is shown: tests/edgeless/basic.spec.ts#L187
4) edgeless/basic.spec.ts:164:1 β€Ί the tooltip of more button should be hidden when the action menu is shown Error: expect.toBeVisible: Error: strict mode violation: locator('.affine-tooltip') resolved to 2 elements: 1) <div role="tooltip" class="affine-tooltip">…</div> aka getByRole('tooltip', { name: 'Select V' }) 2) <div role="tooltip" class="affine-tooltip">…</div> aka getByRole('tooltip', { name: 'More' }) Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.affine-tooltip') 185 | 186 | await page.mouse.move(moreButtonBox.x + 10, moreButtonBox.y + 10); > 187 | await expect(tooltip).toBeVisible(); | ^ 188 | 189 | await page.mouse.click(moreButtonBox.x + 10, moreButtonBox.y + 10); 190 | await expect(tooltip).toBeHidden(); at /home/runner/work/blocksuite/blocksuite/tests/edgeless/basic.spec.ts:187:25
edgeless/group.spec.ts:503:5 β€Ί group β€Ί clipboard β€Ί copy and paste group: tests/edgeless/group.spec.ts#L1
1) edgeless/group.spec.ts:503:5 β€Ί group β€Ί clipboard β€Ί copy and paste group ─────────────────────── Test timeout of 30000ms exceeded.
edgeless/group.spec.ts:503:5 β€Ί group β€Ί clipboard β€Ί copy and paste group: tests/utils/actions/drag.ts#L21
1) edgeless/group.spec.ts:503:5 β€Ί group β€Ί clipboard β€Ί copy and paste group ─────────────────────── Error: mouse.move: Test timeout of 30000ms exceeded. at utils/actions/drag.ts:21 19 | await page.mouse.move(x1, y1); 20 | await page.mouse.down(); > 21 | await page.mouse.move(x2, y2, { steps }); | ^ 22 | await options?.beforeMouseUp?.(); 23 | await page.mouse.up(); 24 | } at dragBetweenCoords (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/drag.ts:21:20) at addBasicShapeElement (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:365:3) at createShapeElement (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1320:3) at /home/runner/work/blocksuite/blocksuite/tests/edgeless/group.spec.ts:506:7
edgeless/note.spec.ts:88:1 β€Ί resize note in edgeless mode: tests/edgeless/note.spec.ts#L1
2) edgeless/note.spec.ts:88:1 β€Ί resize note in edgeless mode ───────────────────────────────────── Test finished within timeout of 30000ms, but tearing down "context" ran out of time. Please allow more time for the test, since teardown is attributed towards the test timeout budget.
edgeless/note.spec.ts:730:1 β€Ί continuous undo and redo (note block add operation) should work: tests/edgeless/note.spec.ts#L757
3) edgeless/note.spec.ts:730:1 β€Ί continuous undo and redo (note block add operation) should work ─ Error: expect(received).toBe(expected) // Object.is equality Expected: 4 Received: 3 755 | 756 | count = await countBlock(page, 'affine-note'); > 757 | expect(count).toBe(4); | ^ 758 | 759 | await undoByClick(page); 760 | count = await countBlock(page, 'affine-note'); at /home/runner/work/blocksuite/blocksuite/tests/edgeless/note.spec.ts:757:17
edgeless/basic.spec.ts:196:1 β€Ί shift click multi select and de-select: tests/edgeless/basic.spec.ts#L1
1) edgeless/basic.spec.ts:196:1 β€Ί shift click multi select and de-select ───────────────────────── Test timeout of 30000ms exceeded.
edgeless/basic.spec.ts:196:1 β€Ί shift click multi select and de-select: tests/utils/actions/drag.ts#L21
1) edgeless/basic.spec.ts:196:1 β€Ί shift click multi select and de-select ───────────────────────── Error: mouse.move: Test timeout of 30000ms exceeded. at utils/actions/drag.ts:21 19 | await page.mouse.move(x1, y1); 20 | await page.mouse.down(); > 21 | await page.mouse.move(x2, y2, { steps }); | ^ 22 | await options?.beforeMouseUp?.(); 23 | await page.mouse.up(); 24 | } at dragBetweenCoords (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/drag.ts:21:20) at addBasicShapeElement (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:365:3) at createShapeElement (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:1320:3) at /home/runner/work/blocksuite/blocksuite/tests/edgeless/basic.spec.ts:200:3
edgeless/basic.spec.ts:218:1 β€Ί Before and after switching to Edgeless: tests/edgeless/basic.spec.ts#L1
2) 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.
edgeless/basic.spec.ts:218:1 β€Ί Before and after switching to Edgeless: tests/utils/actions/edgeless.ts#L328
2) 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: locator.click: Target page, context or browser has been closed at utils/actions/edgeless.ts:328 326 | export async function increaseZoomLevel(page: Page) { 327 | const btn = await locatorEdgelessZoomToolButton(page, 'zoomIn', false); > 328 | await btn.click(); | ^ 329 | await sleep(AWAIT_TIMEOUT); 330 | } 331 | at increaseZoomLevel (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:328:13) at /home/runner/work/blocksuite/blocksuite/tests/edgeless/basic.spec.ts:230:3
edgeless/basic.spec.ts:237:1 β€Ί should close zoom bar when click blank area: tests/edgeless/basic.spec.ts#L1
3) edgeless/basic.spec.ts:237:1 β€Ί should close zoom bar when click blank area ──────────────────── Test timeout of 30000ms exceeded.
edgeless/basic.spec.ts:237:1 β€Ί should close zoom bar when click blank area: tests/utils/actions/edgeless.ts#L328
3) edgeless/basic.spec.ts:237:1 β€Ί should close zoom bar when click blank area ──────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.edgeless-zoom-toolbar-container.vertical edgeless-tool-icon-button').filter({ hasText: 'Zoom in' }) at utils/actions/edgeless.ts:328 326 | export async function increaseZoomLevel(page: Page) { 327 | const btn = await locatorEdgelessZoomToolButton(page, 'zoomIn', false); > 328 | await btn.click(); | ^ 329 | await sleep(AWAIT_TIMEOUT); 330 | } 331 | at increaseZoomLevel (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/edgeless.ts:328:13) at /home/runner/work/blocksuite/blocksuite/tests/edgeless/basic.spec.ts:253:3
Integration test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Inline Editor E2E test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/setup-node@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: pnpm/action-setup@v2, 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/.
Node.js Environment Compatibility
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. 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: 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/.
Playground E2E test (8)
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/.
Playground E2E test (10)
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/.
Playground E2E test (2)
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/.
Playground E2E test (7)
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/.
Playground E2E test (9)
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/.
Playground E2E test (6)
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/.
Playground E2E test (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/.
Playground E2E test (5)
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/.
Playground E2E test (4)
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/.
🎭 Playwright Run Summary
12 passed (22.9s)
🎭 Playwright Run Summary
3 flaky attachment.spec.ts:279:1 β€Ί should rename attachment works ────────────────────────────────────── attachment.spec.ts:318:1 β€Ί should turn attachment to image works ─────────────────────────────── basic.spec.ts:349:1 β€Ί should undo/redo cursor works on title ─────────────────────────────────── 16 skipped 48 passed (2.9m)
🎭 Playwright Run Summary
1 flaky linked-page.spec.ts:658:3 β€Ί linked page popover β€Ί should fuzzy search works ──────────────────── 2 skipped 63 passed (3.1m)
🎭 Playwright Run Summary
2 skipped 64 passed (3.0m)
🎭 Playwright Run Summary
2 flaky clipboard.spec.ts:917:1 β€Ί should copy and paste of database work ─────────────────────────────── clipboard.spec.ts:1016:1 β€Ί copy canvas element and text note in edgeless mode ────────────────── 8 skipped 57 passed (3.1m)
🎭 Playwright Run Summary
4 flaky fragments/frame-panel.spec.ts:29:3 β€Ί frame panel β€Ί should display frame cards when there are frames fragments/frame-panel.spec.ts:56:3 β€Ί frame panel β€Ί should render note portal correctly in frame preview fragments/frame-panel.spec.ts:77:3 β€Ί frame panel β€Ί should update panel when frames change ────── hotkey.spec.ts:1145:1 β€Ί should ctrl+enter create new block ───────────────────────────────────── 3 skipped 59 passed (3.5m)
🎭 Playwright Run Summary
1 flaky paragraph.spec.ts:1393:1 β€Ί should placeholder works ──────────────────────────────────────────── 1 skipped 64 passed (3.4m)
🎭 Playwright Run Summary
5 flaky edgeless/shape.spec.ts:45:3 β€Ί add shape β€Ί without holding shift key ──────────────────────────── edgeless/shape.spec.ts:65:3 β€Ί add shape β€Ί with holding shift key ─────────────────────────────── edgeless/shape.spec.ts:90:3 β€Ί add shape β€Ί with holding space bar ─────────────────────────────── format-bar.spec.ts:312:1 β€Ί should format quick bar be able to change background color ────────── format-bar.spec.ts:1543:1 β€Ί can extend format bar ────────────────────────────────────────────── 1 skipped 60 passed (3.9m)
🎭 Playwright Run Summary
4 flaky database/column.spec.ts:449:3 β€Ί select column tag action β€Ί should support modifying select tag color database/database.spec.ts:53:1 β€Ί edit database block title and create new rows ───────────────── edgeless/auto-complete.spec.ts:112:5 β€Ί auto-complete β€Ί drag on auto-complete button β€Ί drag on right auto-complete button to add note edgeless/basic.spec.ts:164:1 β€Ί the tooltip of more button should be hidden when the action menu is shown 63 passed (4.0m)
🎭 Playwright Run Summary
3 flaky edgeless/group.spec.ts:503:5 β€Ί group β€Ί clipboard β€Ί copy and paste group ──────────────────────── edgeless/note.spec.ts:88:1 β€Ί resize note in edgeless mode ────────────────────────────────────── edgeless/note.spec.ts:730:1 β€Ί continuous undo and redo (note block add operation) should work ── 63 passed (4.2m)
🎭 Playwright Run Summary
3 flaky edgeless/basic.spec.ts:196:1 β€Ί shift click multi select and de-select ────────────────────────── 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 ───────────────────── 3 skipped 60 passed (4.7m)