it("shows the header", () => {
    renderMetricTypeHeader()
    expect(screen.getAllByText("Metric type").length).toBe(1)
})