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
Since react-aria-components 1.14.0, my play functions in storybook does not work anymore.
If I click manually on increment/decrement buttons it works, but not with the userEvent.click function, the button are found but the value does not change
π€ Expected Behavior?
As before, be able to test programmatically the number field increment and decrement using userEvent from storybook/test
π― Current Behavior
The click on increment and decrement does nothing when userEvent.click is triggered