stuff #1197
Annotations
4 errors and 2 warnings
packages/excalidraw/tests/excalidraw.test.tsx > <Excalidraw/> > Test UIOptions prop > Test canvasActions > should render menu with default items when "UIOPtions" is "undefined":
packages/excalidraw/tests/excalidraw.test.tsx#L136
Error: Snapshot `<Excalidraw/> > Test UIOptions prop > Test canvasActions > should render menu with default items when "UIOPtions" is "undefined" 1` mismatched
- Expected
+ Received
@@ -43,14 +43,14 @@
>
Ctrl+O
</div>
</button>
<button
- aria-label="Save to..."
+ aria-label="Save to file..."
class="dropdown-menu-item dropdown-menu-item-base"
data-testid="json-export-button"
- title="Save to..."
+ title="Save to file..."
type="button"
>
<div
class="dropdown-menu-item__icon"
>
@@ -72,11 +72,11 @@
</svg>
</div>
<div
class="dropdown-menu-item__text"
>
- Save to...
+ Save to file...
</div>
</button>
<button
aria-label="Export image..."
class="dropdown-menu-item dropdown-menu-item-base"
❯ packages/excalidraw/tests/excalidraw.test.tsx:136:59
|
packages/excalidraw/tests/packages/events.test.tsx > event callbacks > should trigger onPointerDown/onPointerUp on canvas pointerDown/pointerUp:
packages/excalidraw/tests/packages/events.test.tsx#L61
AssertionError: expected "spy" to be called 1 times, but got 2 times
❯ packages/excalidraw/tests/packages/events.test.tsx:61:25
|
packages/excalidraw/tests/scene/export.test.ts > exportToSvg > with dark mode:
packages/excalidraw/tests/scene/export.test.ts#L79
Error: Snapshot `exportToSvg > with dark mode 1` mismatched
- Expected
+ Received
- "_themeFilter_1883f3"
+ "invert(93%) hue-rotate(180deg)"
❯ packages/excalidraw/tests/scene/export.test.ts:79:47
|
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@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|