Update expected point count in path point editing integration test
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user