it("shows the metric type even when not supported by the subject type", async () => {
    await act(async () => {
        renderSourceType("violations", "unsupported")
    })
    expect(screen.queryAllByText(/Unsupported/).length).toBe(2)