[#7] fixed move destination

This commit is contained in:
Camille Moussu
2025-08-29 10:21:43 +02:00
parent 8ce8839383
commit 64f3ff0aa4
5 changed files with 12 additions and 13 deletions
@@ -796,7 +796,6 @@ describe("Event Full Display", () => {
await waitFor(() => {
expect(spy).toHaveBeenCalled();
expect(mockOnClose).toHaveBeenCalledWith({}, "backdropClick");
});
const updatedEvent = spy.mock.calls[0][0].newEvent;
@@ -854,7 +853,6 @@ describe("Event Full Display", () => {
await waitFor(() => {
expect(spy).toHaveBeenCalled();
expect(mockOnClose).toHaveBeenCalledWith({}, "backdropClick");
});
const updatedEvent = spy.mock.calls[0][0].newEvent;
@@ -912,7 +910,6 @@ describe("Event Full Display", () => {
await waitFor(() => {
expect(spy).toHaveBeenCalled();
expect(mockOnClose).toHaveBeenCalledWith({}, "backdropClick");
});
const updatedEvent = spy.mock.calls[0][0].newEvent;