it("shows the notification destinations", () => {
    renderReportTitle()
    fireEvent.click(screen.getByTitle(/expand/))
    fireEvent.click(screen.getByText(/Notifications/))
    expect(screen.getAllByText(/No notification destinations/).length).toBe(2)