You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having difficulty selecting my selectable elements for testing using enzyme. If I use .find(createComponent(componentToTest)), I am told this element doesn't exist. I can only manually find selectable components using props().children on the SelectableGroup component
The text was updated successfully, but these errors were encountered:
Having difficulty selecting my selectable elements for testing using enzyme. If I use
.find(createComponent(componentToTest))
, I am told this element doesn't exist. I can only manually find selectable components usingprops().children
on the SelectableGroup componentThe text was updated successfully, but these errors were encountered: