diff --git a/packages/excalidraw/actions/actionProperties.test.tsx b/packages/excalidraw/actions/actionProperties.test.tsx index c4c56e0607..a84ceebc89 100644 --- a/packages/excalidraw/actions/actionProperties.test.tsx +++ b/packages/excalidraw/actions/actionProperties.test.tsx @@ -206,6 +206,7 @@ describe("element locking", () => { act(() => { h.app.actionManager.executeAction(actionChangeBackgroundColor, "ui", { + viewBackgroundColor: h.state.viewBackgroundColor, currentItemBackgroundColor: "#ffc9c9", }); });