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
When using userEvent.pointer to move an element, the movement works in dev mode but not in build mode. The interaction test passes in one case and fails in the other
Describe the bug
When using
userEvent.pointer
to move an element, the movement works in dev mode but not in build mode. The interaction test passes in one case and fails in the otherReproduction link
https://codesandbox.io/p/devbox/pkdntw?file=%2Fsrc%2FSlider.stories.tsx
Reproduction steps
pnpm run dev
http://localhost:6006
and run Slider interaction test. Test passespnpm run build
http://localhost:6007
and run Slider interaction test. Test failsSystem
Additional context
No response
The text was updated successfully, but these errors were encountered: