[#7] removed free/busy field

This commit is contained in:
Camille Moussu
2025-09-03 16:09:21 +02:00
parent b3c05e0aa5
commit a58373854e
3 changed files with 0 additions and 27 deletions
@@ -121,7 +121,6 @@ describe("EventPopover", () => {
expect(screen.getByLabelText("Repetition")).toBeInTheDocument();
expect(screen.getByLabelText("Alarm")).toBeInTheDocument();
expect(screen.getByLabelText("Visibility")).toBeInTheDocument();
expect(screen.getByLabelText("is Busy")).toBeInTheDocument();
// Calendar options
const select = screen.getByLabelText("Calendar");
fireEvent.mouseDown(select);