@@ -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" }),
|
||||
|
||||
Reference in New Issue
Block a user