it("does not show an error message if the metric has no issues and no issue tracker is configured", () => {
    renderIssuesRow()
    expect(screen.queryAllByText(/No issue tracker configured/).length).toBe(0)
})