it("stops sorting", async () => {
    history.push("?sort_column=issues&sort_direction=descending")
    let handleSort = jest.fn()
    renderReport({ reportToRender: report, handleSort: handleSort })
    fireEvent.click(screen.getByText(/Issues/))