it("shows an error message if there is no report", async () => {
    renderReport()
    expect(screen.getAllByText(/Sorry, this report doesn't exist/).length).toBe(1)
})