Checkmk / grafana-checkmk-datasource

CheckMK data source for Grafana
Apache License 2.0
88 stars 14 forks source link

Add inputId attribute to filter selector to facilitate end-to-end testing #221

Closed lpetrora closed 1 year ago

lpetrora commented 1 year ago

Setting inputId field on add filter component helps to write tests by setting a stable selector. Before this change, the name generated was like react-select-#-input (Where # is a number)

lpetrora commented 1 year ago

This PR has no use. I will submit another one with changes on components and tests