mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectmenu tests: check for too much fired focus events
This commit is contained in:
parent
78f9362882
commit
fdf3af681d
@ -68,6 +68,8 @@ test("focus", function () {
|
||||
button.simulate( "click" );
|
||||
|
||||
menu.find("a").last().simulate( "mouseover" );
|
||||
|
||||
this.element.selectmenu("close");
|
||||
});
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user