update cal details (#113)

* [#65] added button to access cal details

* [#65] added proppatch call

* [#65] added tests

* fixup! [#65] added proppatch call

* [#65] added trimming to name and desc

* fixup! [#65] added proppatch call

* fixup! [#65] added proppatch call

* fixup! [#65] added proppatch call

---------

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2025-09-17 15:05:27 +02:00
committed by GitHub
parent 5522673342
commit f640cac8ac
8 changed files with 358 additions and 85 deletions
@@ -113,7 +113,7 @@ describe("CalendarSelection", () => {
}
);
const addButton = screen.getByRole("button");
const addButton = screen.getByTestId("AddIcon");
fireEvent.click(addButton);
expect(screen.getByRole("presentation")).toBeInTheDocument();