Make every element easily selectable for testing. #91
Labels
1.X Target 🎯
future ⌚
Planned featues and improvements for future versions
Help wanted
Extra attention is needed
Priority: Low
A tricky task considering what some other libraries forgot to offer.
Objective:
Testable ids can be attached through props. These ids enable to select particular elements to simulate events.
Best example would be, in select component when we click the input, dropdown will be opening. The dropdown is basically a set of divs with each item clickable. We should allow users to pass down unique ids which will be added to DOM.
I guess the best solution would be addressing each component individually.
The text was updated successfully, but these errors were encountered: