[#7] fixed attendance update when editing event
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user