eslint-plugin-test-selectors icon indicating copy to clipboard operation
eslint-plugin-test-selectors copied to clipboard

How to ignore empty value for `data-test-id`?

Open adeherysh opened this issue 1 year ago • 0 comments

How to ignore empty value for data-test-id ?

<button data-test-id="">Download</button><button data-test-id="download-button">Download</button>

adeherysh avatar Dec 22 '23 08:12 adeherysh