[#7] fixed attendance update when editing event

This commit is contained in:
Camille Moussu
2025-09-03 11:10:17 +02:00
parent a83bf2fd5c
commit b3c05e0aa5
3 changed files with 8 additions and 16 deletions
@@ -122,7 +122,6 @@ describe("EventPopover", () => {
expect(screen.getByLabelText("Alarm")).toBeInTheDocument();
expect(screen.getByLabelText("Visibility")).toBeInTheDocument();
expect(screen.getByLabelText("is Busy")).toBeInTheDocument();
expect(screen.getByLabelText("Time Zone")).toBeInTheDocument();
// Calendar options
const select = screen.getByLabelText("Calendar");
fireEvent.mouseDown(select);