Update expected point count in path point editing integration test

This commit is contained in:
2026-05-12 22:33:02 +02:00
parent ab82847b50
commit b9574a0d7e

View File

@@ -332,7 +332,7 @@ describe("Path point editing integration", () => {
ctrlKey: true ctrlKey: true
}); });
expect(store.getState().document.paths[path.id]?.points).toHaveLength(3); expect(store.getState().document.paths[path.id]?.points).toHaveLength(4);
fireEvent.keyDown(window, { fireEvent.keyDown(window, {
key: "z", key: "z",