I am having problems testing the onChangeCommitted event using the slider from Mui. In a code sandbox I've recreated a simple implementation of the use of a slider.
Here's the code sandbox.
The problem I'm having is that while I figured out how to change the aria-valuenow property on the slider element itself (span with role="slider") the test does not seem to trigger the onChangeCommitted event. This is pretty annoying as i have side effects in the onChangeCommitted event that need to be tested.