Uncomment and fix useGridEventMouseDown
test expect statement where onDrag
to not have been called
#316
Milestone
Where did this happen?
No response
Expected Behavior
In
useGridEventMouseDown.test
The
onDrag
should not be calledCurrent Behavior
the
onDrag
function is called, which causes the test to fail.We needed to comment out this line for now, but it needs to be uncommented and fixed.
Steps to Reproduce
No response
Possible Solution
Context
We had to comment this line out since its not a priority in Q1.
But we need to re-enable it to have a better more solid test.
The text was updated successfully, but these errors were encountered: