-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Milestone
Description
Explain what you did
I cannot assign the testID prop to the Checkbox component.
Expected behaviour
Checkbox to use the testID prop I give it so I can run tests and interact with checkbox.
Describe the bug
Get error when running test because it cant find testID.
Possible Solution
Assign testID prop to Component.
Im also curious if this an issue with just the Checkbox, or if there are other elements that dont pass testID prop for automated e2e testing.
Reactions are currently unavailable