Currently, I have some jQuery/Javascript code that toggles the css class \'ui-state-hovered\' when a user hovers the mouse over certain elements, and I want to write a test
See here
$('someClass li:first').mouseover();
This should trigger the event