it("sorts the column descending", async () => {
    history.push("?sort_column=comment")
    let handleSort = jest.fn()
    renderReport({ reportToRender: report, handleSort: handleSort })
    fireEvent.click(screen.getByText(/Comment/))