it("shows the subjects", () => {
    renderSubjects([report])
    expect(screen.getAllByText(/Subject/).length).toBe(2)
})