-
-
Notifications
You must be signed in to change notification settings - Fork 133
Can you add an id prop to components that will be applied to the parent div to help with testing?
#276
-
This would help immensely with testing using playwright and other similar testing libraries.
e.g.
<CSidebar id="c-sidebar-main" />.
then this will propagate to the parent <div />
of the component.
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment