test("Clicking the button opens the popover", async () => {
const openButton = screen.getByRole("button", { name: "open popover" })
await userEvent.click(openButton)
expect(screen.getByRole("dialog"))
})
test("Clicking the button opens the popover", async () => {
const openButton = screen.getByRole("button", { name: "open popover" })
await userEvent.click(openButton)
expect(screen.getByRole("dialog"))
})