fix: duplication tests pointer state leaking between tests (#9414)

* fix: duplication tests pointer state leaking between tests

* fix snapshots
This commit is contained in:
David Luzar 2025-04-18 11:11:12 +02:00 committed by GitHub
parent a5d6939826
commit b5d60973b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 28 additions and 24 deletions

View file

@ -1,4 +1,3 @@
import React from "react";
import { pointFrom } from "@excalidraw/math";
import {
@ -472,7 +471,7 @@ describe("group-related duplication", () => {
expect(h.state.editingGroupId).toBe("group1");
});
it.skip("alt-duplicating within group away outside frame", () => {
it("alt-duplicating within group away outside frame", () => {
const frame = API.createElement({
type: "frame",
x: 0,