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
Hi!
Sorry for double posting it here, I'm working well with theme-ui but I'm really struggling in testing theme-ui related behaviour because of an issue with @testing-library/react.
I already asked in the issue #1026, where I setup a basic repository to reproduce the problem: the test seems to ignore "primary" in nested selectors.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
Sorry for double posting it here, I'm working well with theme-ui but I'm really struggling in testing theme-ui related behaviour because of an issue with @testing-library/react.
I already asked in the issue #1026, where I setup a basic repository to reproduce the problem: the test seems to ignore "primary" in nested selectors.
I have this component:
this theme:
And if I test this JSX:
The test fails because of:
Can anyone help me in spot any kind of error?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions