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