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