Skip to content

✨ feat: export base editor layout components #1018

✨ feat: export base editor layout components

✨ feat: export base editor layout components #1018

Triggered via push April 24, 2024 03:27
Status Failure
Total duration 3m 7s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
tests/demo.test.tsx > <DraggablePanel /> > renders float.tsx correctly: tests/demo.test.tsx#L44
Error: Snapshot `<DraggablePanel /> > renders float.tsx correctly 1` mismatched - Expected + Received @@ -113,15 +113,15 @@ class="ant-editor-draggable-panel-top-handle emotion-1" style="position: absolute; user-select: none; width: 100%; height: 10px; top: -5px; left: 0px; cursor: row-resize;" /> <div class="emotion-2 ant-editor-draggable-panel-right-handle" - style="position: absolute; user-select: none; width: 10px; height: 100%; top: 0px; right: -5px; cursor: col-resize;" + style="position: absolute; user-select: none; width: 10px; height: 100%; top: 0px; cursor: col-resize; right: -5px;" /> <div class="ant-editor-draggable-panel-bottom-handle emotion-3" - style="position: absolute; user-select: none; width: 100%; height: 10px; bottom: -5px; left: 0px; cursor: row-resize;" + style="position: absolute; user-select: none; width: 100%; height: 10px; left: 0px; cursor: row-resize; bottom: -5px;" /> <div class="emotion-4 ant-editor-draggable-panel-left-handle" style="position: absolute; user-select: none; width: 10px; height: 100%; top: 0px; left: -5px; cursor: col-resize;" /> ❯ tests/demo.test.tsx:44:35
tests/demo.test.tsx > <DraggablePanel /> > renders controlFloat.tsx correctly: tests/demo.test.tsx#L44
Error: Snapshot `<DraggablePanel /> > renders controlFloat.tsx correctly 1` mismatched - Expected + Received @@ -113,15 +113,15 @@ class="ant-editor-draggable-panel-top-handle emotion-1" style="position: absolute; user-select: none; width: 100%; height: 10px; top: -5px; left: 0px; cursor: row-resize;" /> <div class="emotion-2 ant-editor-draggable-panel-right-handle" - style="position: absolute; user-select: none; width: 10px; height: 100%; top: 0px; right: -5px; cursor: col-resize;" + style="position: absolute; user-select: none; width: 10px; height: 100%; top: 0px; cursor: col-resize; right: -5px;" /> <div class="ant-editor-draggable-panel-bottom-handle emotion-3" - style="position: absolute; user-select: none; width: 100%; height: 10px; bottom: -5px; left: 0px; cursor: row-resize;" + style="position: absolute; user-select: none; width: 100%; height: 10px; left: 0px; cursor: row-resize; bottom: -5px;" /> <div class="emotion-4 ant-editor-draggable-panel-left-handle" style="position: absolute; user-select: none; width: 10px; height: 100%; top: 0px; left: -5px; cursor: col-resize;" /> ❯ tests/demo.test.tsx:44:35
tests/demo.test.tsx > <Layout /> > renders base.tsx correctly: tests/demo.test.tsx#L44
Error: Snapshot `<Layout /> > renders base.tsx correctly 1` mismatched ❯ tests/demo.test.tsx:44:35
test
Process completed with exit code 1.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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/.