Release Calendar Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 11:20:48 +02:00
parent 47fbaba0b7
commit 1a741d6802
25 changed files with 1499 additions and 137 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ describe("Calendar Tools", () => {
await screen.findByRole("heading", { name: "Calendar Tools" }),
).toBeVisible();
await userEvent.click(
await screen.findByRole("tab", { name: "Recurrence" }),
await screen.findByRole("button", { name: "Recurrence" }),
);
expect(
screen.getByRole("heading", { name: "Occurrence and conflict preview" }),