it("sets the comment", async () => {
    renderReportTitle()
    fireEvent.click(screen.getByTitle(/expand/))
    await userEvent.type(screen.getByLabelText(/Comment/), "New comment{Shift>}{Enter}", {
        initialSelectionStart: 0,