Replies: 1 comment 1 reply
-
same problem here |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have this Select component:
As you see in the code above, I have assigned a
data-testid
withselect
for Select component andprofile
for SelectItem.Now, I have this component testing using Testing Library and Vitest:
But it seems the Select component is not triggered because the options are not appeared in the screen.
Beta Was this translation helpful? Give feedback.
All reactions